body
{
    background-image:url(../images/main_bg.gif);
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin-top: 0px;
}


a:link {
/*	color: #000000; 
	text-decoration: none; */
}
a:visited {
/*	color: #660000;
	text-decoration: none; */
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
/*	text-decoration: none; */
}
div.label
{
	float: left;
	width: 150px;
	
}





img
{
    border:0;
}


#header {
    width: 800px;
    height: 130px;
    margin: 0 auto;
    background-image: url(../images/banner.gif);
}

div.submitbtn
{
    display: block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
}

div.contents
{
	width: 800px;
    margin: 0 auto;
    background-color: white;
    font-size: 12px;
    color: black;
}

div.horizontalLine
{
	width: 800px;
    margin: 0 auto;
    color: #666666;
}
div.horizontalLine hr
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

div.makestable
{
    width: 800px;
    margin: 0 auto;
    background-color:white;              
}

#message
{
	width: 800px;
    margin: 0 auto;
    background-color: #fff8c1;
    font-size: 15px;
    color: #666666;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#logo
{
    float: left;
    width: 600px;
}
#lang
{
    float:right;
    margin-top:0px;
    font-size:10px;
    margin-right: 5px;
}


div.heading
{
    padding:10px;
    display:block;
}

div.section
{
    display: block;
    padding: 10px;
}

#copy
{
	width: 800px;
    margin: 0 auto;
    background-color: white;
    font-size: 10px;
    color: #999999;
    text-align: center;
    clear:both;
}

input[type=text], input[type=password] 
{
	border: 1px #5781ba solid ; 
	height: 14px;
}

div.signupLabel
{
	clear:both;
	float:left;
	font-size:11px;
	font-weight:bold;
	width:140px;
	
}

div.signupSection
{
	height:18px;
	line-height:18px;
	clear:both;
	margin-top:5px;
	
}

div.signupField
{
	float:left;
	
}

div.signupBar
{
	background-image:url(../images/signup_bar.gif); 
	background-repeat:repeat-x; 
	height:20px; 
	line-height:20px; 
	color:White; 
	font-weight:bold; 
	width:389px; 
	padding-left:5px;
}


div.makesSection, div.makesElement
{
	width:122px; 
}

div.makesSection
{	
	float:left; 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: White;
	padding-left:5px;
	margin:0px;
}
div.makesElement
{
	background-image:url(../images/dot.gif); 
	background-position:bottom; 
	background-repeat: repeat-x; 
	float:left ;
}

div.makesLeft
{
	float:left; 
	background-image:none; 
	background-color:white
}

div.makesRight
{
	float:right;
	text-align:right; 
	background-image:none; 
	background-color:white;
	padding-right:4px;
}

div.makes
{
	text-align: center;
	padding-top:5px;
	background-color:white; 
	height:133px; 
	width:800px; 
	margin:auto;
	color:Black;
}
div.makesLeft a, div.makesLeft a:link, div.makesLeft a:visited
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:Black;
}

div.makesDivider
{
	background-image:url(../images/vline.gif);
	background-position:top;
	background-repeat:repeat-y;
	float:left;
	margin-left:0px;
	height: 100%;
}

a.blueUnderlinedLink
{
    
    text-decoration: underline;
    color:blue;
}
