@import url("grid.css");
@import url("formcss.css");
/* EXISTING CISTOMERS CSS

================================*/
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #C9C9C9;
	font-size:12px;
	color:#666666;
	background-color:#FFFFFF;
	padding:0px;
	}
.grid_2 .gridbox {
	width:49.5%;
	}
.content_body { position:relative;  }
.content_body {
	border:1px solid #DBDBDB;
	font-family:Arial, Helvetica, sans-serif;
	padding:14px;
	padding-top:14px;
	font-size:95%;
	min-height:1px;
	color:#333333;
	margin-bottom:15px;
	}
.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:url(../images/allbg.gif) repeat-x 0 -49px;
	color:#2D364A;
	}
.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:url(../images/hd1_bg.gif) repeat-x 0 0px #D5191E;
	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; }
.remindmebtn {
	position:absolute;
	left:178px;
	}
/* FORGOT PASSWORD CSS
================================*/
#login .forgotpwd .btnbar {
	padding-left:158px;
	padding-bottom:12px;
	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:4px; }
.up .toggle-arrow, 
.down .toggle-arrow	{ display:block; width:30px; height:32px; } 
.up .toggle-arrow 	{ background:url(../images/uparrow.gif) no-repeat; }
.down .toggle-arrow { background:url(../images/downarrow.gif) no-repeat; }
.design_1 .sidebarboxbg .sidebar_form select {
	border:1px solid #D2DFEB;
	font-size:12px;
	}