﻿
/* CODE FOR ROUNDED BOXES */
.input
{
	background:url(../Images/input_left.png) no-repeat;
	padding:0 0 0 4px;margin:1px;float:left;

}

.input span
{
	background:url(../Images/input_right.png) no-repeat right top;
	padding:4px 30px 10px 0;float:left;

	
}
    /* if you want a different color, jsut specify it here, and change the color of the included .png files */
.input span input
{
	background:#cccccc;color:#666666;
	font-weight:bold;border:0;
}

.font
{
	font-size:25pt;
	COLOR: #666666;
	FONT-FAMILY: 'Tw Cen MT';
}

.loginboxdiv
{
 height:34px;
 width:224px;
 background:url(../Images/textbox.gif) no-repeat top left;		
 padding: 5px 4px 5px 4px;
border:none      
}
.loginbox
{
	border: 0px none;
	width:210px;
	margin-top:3px;

	background:none;
 border:none;
 padding: 2px 7px 0px 7px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#235087;
	
}
.loginbutdiv
{
 height:34px;
 width:224px;
 background:url(../Images/button.gif) no-repeat top left;		
 padding: 5px 4px 5px 4px;
border:none      
}
.loginboxdivbtn
{
 border: 0px none;
	width:210px;
	margin-top:3px;

	background:none;
 border:none;
 padding: 2px 7px 0px 7px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#235087;
font-weight:bold;
      
	
}


