/* CSS Document */
a:link {color:black; text-decoration:none}
a:visited {color:gray;}	  
a:hover {text-decoration:none;}
a:hover {color:navy;}

#accountwrapper{
width:680px;
margin: 0 auto 0 10%;
}


#newcust h4{
padding-top:5px;
margin:5px 0 20px 10px;
float:left;
}
#newcust img{
float:left;
padding-right:10px;
padding-left: 10px;
}
#returningcust h4{
padding-top:5px;
margin:5px 0 20px 10px;
float:left;
}
#returningcust img{
float:left;
padding-right:10px;
padding-left: 10px;
}



#createaccount{
float:left;
margin: 0 15px 0 0;
top:100px;
}


#myaccount {
float:left;

}

#login_btn{
border:none !important;
}


/* the horizontal buttons starts here */

.cssbutton	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: url(graphic_elements/button_bk2.png) no-repeat;
	width: 110px;
	height: 28px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.cssbutton a {
	display: block;
	font-size: .7em;
	width: 110px;
	height: 28px;
	display: block;
	float: left;
	color: white; 
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssbutton a:hover {
	color: #000000;
}

.cssbutton a:visited {
	color: white;
}

.cssbutton a:visited:hover {
	color: #000000;
}			

.cssbutton img {width: 110px; height: 28px; border: 0; }
* html a:hover {visibility:visible}
.cssbutton a:hover img{visibility:hidden}

.cssbutton span {
	position: absolute;
	left: 0px;
	top: 7px;
	text-align: center;
	width: 110px;
	cursor: pointer;					     
}
/* the horizontal buttons end here */
#mainlistwrapper {
top:140px;
left: 23%;
position:absolute;
display:block;
width:90%;
}

div#formwrapper_border {
	border: 1px solid #000000;
}
div#formwrapper_border2 {
	border: 1px solid #000000;
}

div#formwrapper1 {
width:380px;
float:left;
margin-top: 25px;
}

div#form1_position {
margin: 0px 0 0 0;
padding: 5px 5px 30px 5px;
}

div#formwrapper2 {
width:340px;
float:left;
margin: 25px 0 0 10px
}

div#form2_position {
margin: 0px 0 0 0;
padding: 5px 5px 30px 5px;
}

label{
font-size:.8em;
width: 10em;
float: left;
text-align: right;
color: #5C5C5C;
margin-right: 10px;
display: block
}


.submit input {
margin-left: 4.5em;
float:none;
}



input {
color: #000000;
background: #E6E6E6;
border: 1px solid #000000
}


.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
} 
fieldset
{
border:none;
width: 20em;
padding: 1em;
}



div#question {
font-size:.8em;
float: none;
color: #5C5C5C;
display: block
}

#forgot {
	font-size: .8em;
	color: #5C5C5C ;
}


#messagebox {
font-size:.8em;
color:red;
width:200px;
margin: 10px 0 0 140px;

}

