body {
	background: #eee;
	font-family: 'Open Sans', sans-serif;
	background-image:url(../../images/bg.png);
	background-position:top right;
	background-repeat:no-repeat;
}

.main {
	margin: auto;
	width: 100%;
	min-height: 800px;
	max-height: 100%;
}
.header {
	text-align: center;
	padding: 10px;
}
.header h1 {
	color: #272727;
	font-weight: 700;
	font-size: 22px;
}
.submit {
	min-width: 100px;
	max-width: 100%;
	height: 30px;
	background-color: #D4D5D7;
	color: #000;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
#basic-modal-content {
	display: none;
}
/* Overlay */
#simplemodal-overlay {
	background-color: #000;
}
/* Container */
#simplemodal-container {
	height: 313px;
	width: 384px;
	color: #9A9A9A;
	background-color: #FFF;
	padding: 20px;
}
#simplemodal-container .simplemodal-data {
	padding: 8px;
}
#simplemodal-container code {
	background: #141414;
	border-left: 3px solid #65B43D;
	color: #bbb;
	display: block;
	font-size: 12px;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}
#simplemodal-container a {
	color: #ddd;
}
#simplemodal-container a.modalCloseImg {
	background: url(../images/close.jpg) no-repeat;
	width: 11px;
	height: 11px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
}
#simplemodal-container h3 {
	color: #84b8d9;
}
.signup_title {
	width: 100%;
	height: 20px;
	font-size: 18px;
	color: #d10a11;
	float: left;
	font-weight: 500;
	font-family: 'Titillium Web', sans-serif;
}
.signup_subtitle {
	width: 100%;
	height: 38px;
	padding-top: 5px;
	float: left;
	margin-bottom: 10px;
	margin-top: 2px;
	color: #9a9a9a;
	border-bottom: solid 1px #DCDCDC;
}
.sign_input {
	width: 365px;
	height: 38px;

	border: none;
	text-align: center;
	border-radius: 5px;
	background-color: #E1E1E1;
	font-weight: 500;
	color: #585858;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
}
.sign_submit {
	width: 73px;
	height: 31px;
	float: left;
	font-weight: bold;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 13px;
	border: none;
	border-radius: 5px;
	background-color: #D10A11;
}
.sign_input_container {
	width: 100%;
	height: 38px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.signin {
	width: 50px;
	height: 20px;
	float: left;
	margin-top: 5px;
	color: #9a9a9a;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Titillium Web', sans-serif;
}
.forget_password {
	width: 120px;
	height: 20px;
	float: left;
	margin-top: 5px;
	color: #9a9a9a;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Titillium Web', sans-serif;
}
.err {
	border: 1px solid;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 50%;
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('images/error_box.png');
}
.err_small {
	border: 1px solid;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding:10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 50%;
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('images/error_box.png');
}
.success {
	border: 1px solid;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 680px;
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('images/success_box.png');
}
.success_small {
	border: 1px solid;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 300px;
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('images/success_box.png');
}
.address_outer_container {
	width: 366px;
	position: relative;
	float: left;
	height: 44px;
	margin-top: 5px;
	line-height: 35px;
}
.address_text {
	width: 366px;
	line-height: 40px;
	height: 44px;
	font-weight: normal;
	position: absolute;
	left: 0px;
	z-index: 5;
	padding-left: 0px;
	font-size: 15px;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../../images/select_bg.png);
	background-repeat: no-repeat;
	color: #999999;
}
.address_select_item {
	width: 100%;
	cursor: pointer;
	position: relative;
	z-index: 10;
	opacity: 0;
	margin-left: 0px;
	margin-top: 15px;
	padding-left: 4px;
	color: #999999;
	background-color: #e1e1e1;
}
.select_txt {
	width: 350px;
	height: 25px;
	float: left;
	margin-top: 10px;
}
.submit_green {
	min-width: 130px;
	max-width: 100%;
	height: 30px;
	background-color: #DFF2BF;
	color: #4F8A10;
	border: none;
	float:left;
	border-radius: 5px;
	cursor: pointer;
}
.reset {
	min-width: 100px;
	max-width: 100%;
	height: 30px;
	background-color: #D4D5D7;
	color: #000;
	float:right;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.submit_red {
	min-width: 130px;
	max-width: 100%;
	height: 30px;
	color: #D8000C;
	background-color: #FFBABA;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.smaller_txt{ font-size:12px;}
.fade {
	opacity: 0.3;
	filter: alpha(opacity=30);
}