/* CSS Document */

input{
font-size:10px;
border: #CCCCCC solid 2px;
float:right;
}

input #submit{
background-color: #990000;
}

#name_label{
float:left;
width:70px;
}

#name_label_long{
float:left;
width:120px;
}

#radio_yes{
height:0px;
visibility:hidden
}

#radio_no{
height:0px;
visibility:hidden
}