﻿DIV.Html-Account {
	background-image:url(Background-Account.png);
	background-position:top;
	padding:40px;
	display:inline-block;
	width:620px;
	}
DIV.Html-Account-Footer {
	background-image:url(Background-Account.png);
	background-position:bottom;
	height:10px;
	width:700px;
	}
DIV.Html-Account H1 {
	font-family:Calibri;
	font-size:20px;
	font-weight:normal;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	}



/*---Account-New---*/
DIV#Account-New {
	float:left;
	width:260px;
	padding:10px;
	margin-right:30px;
	}
DIV#Account-New H1 {
	font-family:Calibri;
	font-size:20px;
	font-weight:normal;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	}
DIV#Account-New INPUT#Member-Email {
	font-size:12px;
	font-family:Arial;
	display:block;
	width:200px;
	margin-top:2px;
	margin-bottom:5px;
	}
DIV#Account-New A#Create-Account-Continue {
	display:block;
	background-image:url(Element-Button-Continue.png);
	background-position:top left;
	width:90px;
	height:25px;
	margin-top:10px;
	cursor:pointer;
	}
DIV#Account-New DIV#SignUp-Error {
	color:#ff0000;
	padding-bottom:10px;
	display:none;
	}	



/*---Account-Return---*/
DIV#Account-Return {
	float:left;
	width:260px;
	padding:10px;
	margin-right:30px;
	}
DIV#Account-Return H1 {
	font-family:Calibri;
	font-size:20px;
	font-weight:normal;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	}
DIV#Account-Return INPUT#Member-Email {
	font-size:12px;
	font-family:Arial;
	display:block;
	width:200px;
	margin-top:2px;
	margin-bottom:5px;
	}
DIV#Account-Return INPUT#Member-Password {
	font-size:12px;
	font-family:Arial;
	display:block;
	width:200px;
	margin-top:2px;
	margin-bottom:5px;
	}
DIV.Html-Account A#Sign-Out {
	display:block;
	background-image:url(Element-Button-SignOut.png);
	background-position:top left;
	width:90px;
	height:25px;
	margin-bottom:5px;
	cursor:pointer;
	}
DIV#Account-Return A#Sign-In {
	display:block;
	background-image:url(Element-Button-SignIn.png);
	background-position:top left;
	width:90px;
	height:25px;
	margin-bottom:5px;
	cursor:pointer;
	}
DIV#Account-Return A#Forgot-Password {
	font-size:12px;
	font-family:Arial;
	color:#006699;
	text-decoration:underline;
	padding:1px;
	cursor:pointer;
	float:left;
	}
DIV#Account-Return DIV#Login-Error {
	color:#ff0000;
	padding-bottom:10px;
	display:none;
	}	
	
	
	
/*---Account-Create---*/
DIV#Account-Create {
	padding:10px;
	}
DIV#Account-Create INPUT, DIV#Account-Create SELECT {
	font-size:12px;
	font-family:Arial;
	color:#666666;
	}
DIV#Account-Create H1 {
	font-family:Calibri;
	font-size:20px;
	font-weight:normal;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	}
DIV#Account-Create UL {
	padding:0px;
	margin:0px;
	list-style:none;
	}	
DIV#Account-Create UL LI {
	height:26px;
	margin:0px;
	padding:0px;
	}	
DIV#Account-Create UL LI LABEL {
	float:left;
	width:150px;
	line-height:26px;
	padding-left:10px;
	}	
DIV#Account-Create UL LI SPAN {
	float:left;
	width:400px;
	line-height:26px;
	}	
DIV#Account-Create A#Create-Account-Continue {
	display:block;
	background-image:url(Element-Button-Continue.png);
	background-position:top left;
	width:90px;
	height:25px;
	margin-top:20px;
	cursor:pointer;
	margin-left:160px;
	}
DIV#Account-Create UL LI.Separator {
	height:50px;
	}	
DIV#Account-Create UL LI.Separator H2 {
	font-family:Calibri;
	font-size:20px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	}	




/*---Account-Home---*/
DIV#Account-Home {
	padding:10px;
	}




/*---Alert---*/
DIV#Account-Create UL LI SPAN.Alert {
	position:absolute;
	width:auto;
	height:20px;
	font-size:12px;
	line-height:20px;
	font-family:Arial;
	padding-left:24px;
	color:#ee0000;
	background-image:url(Alert.png);
	margin-left:-11px;
	margin-top:-3px;
	background-repeat:no-repeat;
	}



