*/ HTML elements */
H1 {position: absolute; 
				font-family: sans-serif, Helvetica, Arial, Verdana;
				color: #4641B6;
				font-size: 16px;
				left: 20px; 
				top: 42px; 
				}
th {border: 0px; background-color: #EBEBEB; color: red; font-size: 13px;}
td  {padding-top: 4px; 
	padding-bottom: 0px; 
	padding-left: 2px; 
	padding-right: 5px;
	border-bottom: none; 
	border-left: none; 
	border-top: none; 
	border-right: none; }
	
input#CustomerZip, input#ShipAccountZip {float: left; background-color: white; width: 60px;}
fieldset.login {font-size: 13px;}
fieldset.returning {height: 253px; font-size: 13px;}
li.poplist {margin-left: 20px;}


*/ Class Area */

.login {font-size: 13px;}
.PhoneOrderText {font-family: sans-serif, Helvetica, Arial, Verdana; font-size: 13px;}

/* PopUp Window Area */
div#PopUpPrivacy {display: none; position: absolute; color: black;
		left: 50px; top: 80px; z-index: 1;
		border: solid black 1px; padding: 10px; 
		background-color: white; 
		text-align: justify; font-size: 12px; width: 300px;}

div#PopUpCreateAccount {display: none; position: absolute; color: black;
		left: 50px; top: 80px; z-index: 1;
		border: solid black 1px; padding: 10px; 
		background-color: white; 
		text-align: justify; font-size: 12px; width: 450px;}	
		
div#PopUpReturn {display: none; position: absolute; color: black;
		left: 50px; top: 80px; z-index: 1;
		border: solid black 1px; padding: 10px; 
		background-color: white; 
		text-align: justify; font-size: 12px; width: 450px;}	

/* Main CSS Code Area */
div#MainWindow { position: relative; /* this is the Main White Window of the page */
				float: right;
				 z-index: 10; height: 300px;
				width: 570px; 
				color: black; 
				font-size: 11px; margin-bottom: 5px;
				padding: 0 0 2em 0;
				
				font-family: Sans-serif; }
		
div#MainDisplayArea {position: relative; width:550px;}
	
div#returning { position: relative; width: 282px; margin-top: 5px; float: left;}
div#new {position: relative; width: 280px; margin-top: 5px; float: right;}
div#PasswordButton {position: absolute; top: 168px; left: 180px; font-size: 12px;}
div#CreateAccount {position: absolute; top: 73px; font-size: 10px; color: blue; left: 100px;}
div#PhoneOrder {position: relative; float: left;}