﻿
/* 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:30px;
 width:214px;
 /*background:url(../Images/textbox.gif) no-repeat top left;		*/
 padding: 0px 4px 0px 4px;
border:none      
}
.loginbox
{
	border: 0px none;
	width:220px;
	margin-top:3px;
	height:36px;
	border-width:1px;
	border-color:black;
	border-style:solid;
	
	 padding: 7px 7px 7px 7px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:lighter;
 
 /*color:#235087;*/
	
	
}
.loginbutdiv
{
 height:0px;
 width:79px;
 /*background:url(../Images/button.gif) no-repeat top left;		*/
 padding: 20px 4px 5px 4px;
border:none      
}
a.loginboxdivbtn
{
 border: 0px none;
	width:59px;
	margin-top:3px;
	height:0px;
	background:none;
	background-image:url(../Images/buttonLoginNormal.PNG);
 border:none;
 /*padding: 10px 0px 10px 0px;*/
 
 font-family:Arial;
 font-size:15px;
 /*color:#235087;*/
 color:White;
/*font-weight:bold;*/
text-decoration:none;
height:45px;
}
a.loginboxdivbtn:hover
{
 border: 0px none;
	width:59px;
	margin-top:3px;
	height:24px;
	background:none;
	background-image:url(../Images/buttonLoginpress.PNG);
 border:none;
/*padding: 0px 7px 0px 7px;*/

 font-family:Arial;
 font-size:14px;
 /*color:#235087;*/
 color:White;
/*font-weight:bold;*/
text-decoration:none;
height:45px;
}
a.loginboxdivbtn:focus
{
 border: 0px none;
	width:59px;
	margin-top:3px;
	height:24px;
	background:none;
	background-image:url(../Images/buttonLoginpress.PNG);
 border:none;
/*padding: 0px 7px 0px 7px;*/

 font-family:Arial;
 font-size:14px;
 /*color:#235087;*/
 color:White;
 text-decoration:none;
/*font-weight:bold;*/
height:45px;
}




