.loginbox{
 width:300px;
 }
 
.midcurv{
 background:url(/images/midcurv.png) repeat-y;
 padding:15px;
}


.headr{
 text-align:center;
 display:block;
 padding:5px;
 color:#003366;
 font:bold 18px Verdana, Arial, Helvetica, sans-serif;
}

.formbox{
 margin-bottom:15px;
 width: 500px;
}


.usernbox, .passbox{
 padding:10px 5px 10px 30px;
}


/**textfields**/

#SZUsername, #SZPassword{
 height:20px;
 width:250px;
 padding:5px;
 border:1px solid #003366;
 color:#999999;
 font-size:16px;
}


.txtboxs{
 width:190px;
 float:left;
}


.cbot{
 float:right;
 padding:0 15px 0 0;
}


.clearB{
 clear:both;
}


.freesubtxt a, .mispass a{
 width:170px;
 margin-top:5px;
 color:#0000ff;
 font:bold 14px Verdana, Arial, Helvetica, sans-serif;
 text-decoration:none;
}

.freesubtxt a:hover, .mispass a:hover{
 text-decoration:none;
}

.freesubtxt{
 margin-left:30px;
 float:left;
}

.mispass{
 float:right;
 margin-right:20px;
}
