@charset "utf-8";
/* CSS Document */

/*
#######################
## form formatting
#######################
*/
div.input1{
clear:both;
background:#FFFFFF;
padding:12px;

}
div.input2{
clear:both;
background:#EEEEEE;
padding:12px;

}
div.input_field{
float:right;
width:550px;
}
.register input{

}

label{
margin:5px;
}
.register_large {
padding:0;
margin:2px 0 2px 0;
display:inline;
width:550px;
font-size:18px;
color:#555555;
}
.login_large {
padding:0;
margin:2px 0 2px 0;
display:inline;
width:180px;
font-size:18px;
color:#555555;
}
