@import url("grid.css");

@import url("formcss.css");



/* EXISTING CISTOMERS CSS

================================*/
.content_body { position:relative;  }

.content_body {

	border:1px solid #DBDBDB;
	
	font-family:Arial, Helvetica, sans-serif;
	
	padding:10px;
	
	padding-top:14px;

	font-size:95%;

	min-height:1px;
	
	color:#333333;
	
	margin-bottom:15px;

	}
.content_body input { border:1px solid #dddddd;}

.content_body .error { color:#ff0000; font-size:11px; }

#login .gridcontainer { margin-bottom:10px; }
.hd1 {


	border-bottom:1px solid #C8C8C8;

	font-family:Arial, Helvetica, sans-serif;

	font-size:100%;

	font-weight:bold;

	padding:8px 10px;
	
	color:#000000;

	}
.existing-customers .hd1 {

	background: #CB9E5B;

	color:#FFFFFF;
	

	}
.error {

	background:url(../images/error_icon1.gif) no-repeat left 5px;
	padding:6px 5px 6px 22px;

	}
.existing-customers .data { padding:10px; } 

.existing-customers .data label {

	display:block;

	font-weight:bold;

	margin-bottom:3px;

	}

.existing-customers .data .clear 		{ height:10px; }

.existing-customers .data .textboxborder{ width:220px; }



/* EXISTING CISTOMERS CSS

================================*/

.new-customers .hd1 {

	background:#8F7147;

	color:#FFFFFF;

	}

.new-customers .data { padding:10px; }



/* BUTTON BAR CSS

================================*/

#login .gridcontainer .btnbox {

	border-bottom:1px solid #EDEDED;

	border-top:1px solid #EDEDED;

	}

#login .btnbox .gridbox { padding:10px 0; }

#login .btnbox .btn 	{ margin-left:8px; }



/* FORGOT PASSWORD CSS

================================*/

#login .forgotpwd .btnbar {

	padding-left:158px;

	padding-bottom:10px;

	border-bottom:1px solid #EDEDED;

	font-size:0px;

	margin-top:10px;
	

	}

.forgotpwd h4 		{ position:relative; cursor:pointer; }

.forgotpwd h4 .toggle-arrow 

					{ position:absolute; right:5px; top:3px; }

.up .toggle-arrow, 

.down .toggle-arrow	{ display:block; width:30px; height:30px; } 

.up .toggle-arrow 	{ background:url(../images/uparrow.gif) no-repeat; }

.down .toggle-arrow { background:url(../images/downarrow.gif) no-repeat; }


