@charset "utf-8";
/* CSS Document */

.form_holder {
	margin: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 486px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.form_registration {
	margin: 0px;
	clear: left;
	float: left;
	height: auto;
	width: 486px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.form_registration ul li {
	font-size: 110%;
}
.red {
	color: #F00;
}
.green {
	color: #9B9C36;
}
.bold {
	font-weight: bold;
}
.right {
	float: left;
	height: auto;
	width: auto;
	font-size: 110%;
	font-weight: bold;
	padding-left: 380px;
}
.left {
	clear: left;
	float: left;
	white-space: nowrap;
}

.part_title {
	font-size: 120%;
	color: #9B9C36;
	float: left;
	height: auto;
	width: 200px;
	padding-bottom: 10px;
	font-weight: bold;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.form_holder ul {
	list-style-type: none;
	float: left;
	height: auto;
	width: 455px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.form_holder ul li {
	clear: left;
	float: left;
	height: auto;
	width: 450px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.form_holder ul li label {
	display: block;
	float: left;
	height: 20px;
	width: 140px;
	line-height: 20px;
	text-align: right;
	padding-right: 5px;
	clear: left;
}
.form_holder ul li input {
	width: 160px;
	float: left;
}
.form_holder ul li select {
	width: 165px;
	float: left;
}
.extra_label {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 110%;
	width: 340px;
}
.extra_label a:link, .extra_label a:visited, .extra_label a:active {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
.extra_label a:hover {
	text-decoration: underline;
}
.terms_checkbox {
	float: left;
}
.submit {
	clear: left;
	float: left;
	height: auto;
	width: 435px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: right;
}
.error_list {
	list-style-type: none;
	float: left;
	height: auto;
	width: auto !important;
	margin: 0 !important;
	padding: 0 0 0 0 !important;
}
.error_list li {
	float: left;
	height: auto;
	width: auto !important;
	margin: 0 !important;
	padding: 0 0 0 10px !important;
	color: #f00;
	line-height: 20px;
	font-size: 110%;
}
.error_list_2 {
	float: left;
	height: auto;
	width: 445px !important;
	margin: 0 !important;
	padding: 0 0 0 10px !important;
	text-align: center;
	color: #f00;
	font-size: 110%;
}

/* login or register boxes */
.login_elements_holder {
	float: left;
	height: auto;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.login_elements_box {
	float: left;
	height: auto;
	width: 217px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ADADAD;
}
.login_elements_box a:link, .login_elements_box a:active, .login_elements_box a:visited  {
	color: #333;
	text-decoration: none;
}
.login_elements_box a:hover {
	text-decoration: underline;
}
.login_elements_box2 {
	float: left;
	height: auto;
	width: 217px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 25px;
}

.login_elements_1 {
	float: left;
	height: auto;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #9B9C36;
}
.login_elements_2 {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 10px;
}
.login_elements_3 {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 10px;
}
.login_elements_3 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 100%;
	height: auto;
}
.login_elements_3 ul li {
	float: left;
	width: 100%;
	clear: left;
	height: auto;
	padding-bottom: 5px;
}
.login_elements_3 label {
	display: block;
	float: left;
	height: auto;
	width: 50px;
	text-align: right;
	padding-right: 5px;
	line-height: 20px;
}
.login_elements_3 input {
	height: 16px;
	width: 155px;
	float: left;
}
.login_button input {
	width: auto;
	height: auto;
}
.login_button {
	text-align: right;
	padding-bottom: 25px !important;
}
.login_button2 {
	text-align: left;
	padding-bottom: 25px !important;
	float: left;
	padding-left: 145px;
}
.login_button2 input {
	width: auto;
	height: auto;
}
	

/* checkout extra css */
.part_title2 {
	font-size: 120%;
	color: #868747;
	float: left;
	height: auto;
	width: 480px;
	padding-bottom: 10px;
	font-weight: bold;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.address_holder {
	clear: left;
	float: left;
	padding-left: 120px;
	width: 350px;
	height: auto;
	padding-bottom: 20px;
	padding-top: 10px;
}
.address_holder_2 {
	list-style-type: none;
	clear: left;
	float: left;
	height: auto;
	width: 486px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.form_holder ul li input.valid_from_date {
	display: inline;
	width: 22px;
	margin-right: 5px;
}
.form_holder ul li input.valid_from_date2 {
	display: inline;
	width: 22px;
}
.form_holder ul li input.valid_from_three {
	display: inline;
	width: 25px;
}
.error_list_3 {
	float: left;
	width: auto;
	line-height: 22px;
	color: #FF0000;
	padding-right: 10px;
}
.error_list_4 {
	float: left;
	width: 60px;
	line-height: 22px;
	color: #FF0000;
	padding-left: 5px;
}