
.noprint {
display:none;
}

input {
width:200px;
font:normal 12px "Palatino Linotype", "MS Serif", "Times New Roman";
margin:5 0 5 10px;
border-bottom:1px solid black;
border-top:0px solid white;
border-left:0px solid white;
border-right:0px solid white;
}

input.big {
width:200px;
font:normal 14px "Times New Roman", "Times", "serif";
margin:5 0 5 10px;
border-bottom:1px solid black;
border-top:0px solid white;
border-left:0px solid white;
border-right:0px solid white;
}

table.seminar {
/*width:100%; */
width:590px;
font:normal 11px "Times New Roman", "Times", "serif";
}

input.short {
width:30px;
}

.checkbox {
width:15px !important;
margin-bottom:4px;
border:none !important;
}

.radio {
width:15px !important;
border:none !important;
}

textarea {
width:400px;
height:100px;
font:normal 11px "Palatino Linotype", "MS Serif", "Times New Roman";
padding:2px;
margin:0 0 8px 10px;
border:1px solid white;
}

.reg_form td{
padding-bottom:4px;
}

.button{
font:bold 14px Verdana, Arial, Helvetica, sans-serif;
color:white;
background:#333333;
border:1px solid black;
text-decoration:none;
padding:2px 8px 2px 8px;
width:150px; height:24px !important;
}