/* CSS Document */


body {
	background:#9f2302 url(/images/bg_exp.jpg) repeat-x top;
	margin:0;
}

#wrapper {
	width:780px;	
	background:url(../images/main_bg_exp.jpg) no-repeat ;
	overflow:hidden;
	
}

#top {
	margin:0;
	height:209px;
}

#top #nav {
	position:relative;
	top:111px;
	left:114px;
}

#left {
	position:relative;
	float:left;
	width:172px;
	font:11px Arial; 
	background:#a12402 url(../images/pay_title_bg.jpg) no-repeat top;
	padding:5px;
	min-height:400px;
	list-style-type:none;
}

#main {
	position:relative;
	float:left;
	left:0px;
	width:560px;

}

#left a {
	color:#333333;
	text-decoration:none;
	border-bottom:1px dashed #fff;
}

#left a:hover {
	color:#2d2623;
	text-decoration:none;

}

#main #content {
	position:relative;
	font:13px Tahoma, Verdana;
	color:#fff;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
}

#content .title, #left .title {
	font:24px 'Century Gothic', Arial;
	font-weight:bold;
	color:#fff;
	letter-spacing: -1px;
	text-decoration:none;
}

#content .subtitle, #left .subtitle {
	font:16px 'Century Gothic', Arial;
	font-weight:bold;
	color:#2d2623;
}


#footer {

	position:relative;
	padding:0px;
	background:#2d2623;
	color:#fff;
	font-family:Tahoma, Verdana;
	font-size:10px;
	
}

#footer a {
	color:#fff;
}



#form {
	width:580px;
}

#form input, #form select, #form textarea, #login-form input, #login-form select, #login-form textarea {
	border:1px solid #ccc;
	padding:3px;
	font:12px Arial;
	background:#fff url(../images/bg_text_field.jpg) repeat-x top;
	width:auto;
}

.form-title {
	font:18px Arial;
	font-weight:bold;
}
.form-subtitle {
	font:12px Arial;
}

.label {
	font:12px Arial;
	font-weight:bold;
	color:#333;
	padding:5px;
	width:33%;
	text-align:right;
	
}

.input {
	font:12px Arial;
	font-weight:bold;
	color:#333;
	padding:5px 5px 5px 15px;
	text-align:left;
}

.tag {
	font:9px Verdana;
	color:#666666;
}

.login-label {
 	color:#fff; 
	background:#424141 url(../images/login_pay_td_bg.jpg) repeat-x; 
	padding:5px;
	border-top:1px solid #442f2a;
	border-left:1px solid #734739;
	border-right:1px solid #2c1c17;
	border-bottom:1px solid #3a2f2c;
}

.alert_msg {
	background:#f1f1f1;
	border:1px solid #ccc;
	color:#333;
	font:11px Arial;
	padding:10px;
	margin:10px;
}
