/* CSS Document */

body
{
margin-top:50px;
font-family : "Tahoma", "Arial", "Helvetica";
fontfamily : "Tahoma","Arial","Helvetica";
background: #E8E8E8;
font-size : 12pt;
fontsize : 12pt;
font-weight : normal;
color : ;
text-decoration: bold;
scrollbar-3dlight-color: #6a6a6a;
scrollbar-arrow-color: #444444;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #dcdcdc;
scrollbar-highlight-color: #dcdcdc;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #8C8C8C;
}

#container
{
	margin-top:100px;
	margin-left:40%;
	width:350px;	
	text-align:center;
}
input.nav
{
border-bottom: 1px;
border-color: #000000 #000000 #000000 #000000;
border-left: 1px;
border-right: 1px;
border-top: 1px;
background-color: #dcdcdc;
font-family: Tahoma;
font-size: 12px; 
color: #000000;
font-weight:normal;
letter-spacing: 0px;
line-height: 9pt;
border-style: solid;
text-indent: 3;
margin-top: 1px;
}

input.nav:hover
{
	color:#FF0000;
}

A:link {
font-family : "Tahoma", "Arial", "Helvetica";
fontfamily : "Tahoma","Arial","Helvetica";
font-size : 10pt;
fontsize : 10pt;
font-weight : normal;
color : #5F5F5F;
text-decoration: none;
}

 A:visited {
font-family : "Tahoma", "Arial", "Helvetica";
fontfamily : "Tahoma","Arial","Helvetica";
font-size : 10pt;
fontsize : 10pt;
font-weight : normal;
color : #323232;
text-decoration: bold;
}

A:hover {
font-family : "Tahoma", "Arial", "Helvetica";
fontfamily : "Tahoma","Arial","Helvetica";
font-size : 10pt;
fontsize :10pt;
font-weight : normal;
color : red;
text-decoration: underline bold;
}

.test45
{
	margin-top: -15px;
	margin-left: -15px;
}

button
{
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size:10px;
	margin-right: -3px;
	margin-left: -3px;
}
button:hover
{
	color:#FF0000;
}


.messageBox {
float:left;     
width:350px;     
padding:10px;     
border:1px solid #666;     
position:fixed;top:2%; 
background: #DCDCDC;   
margin-left:39%;
margin-top:10px;
z-index:999;     
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
} 