@charset "utf-8";

/* BUTTONS */
#buttons {
	width: 400px;
	height: 36px;
	margin: 25px 0 0 0;
	padding: 0;
}

#buttons .step-one {
	width: 127px;
	height: 36px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#buttons .step-one a {
	width: 127px;
	height: 36px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#buttons .step-two {
	width: 127px;
	height: 36px;
	display: block;
	float: left;
	margin: 0 3px 0 3px;
	padding: 0;
	background-color: #b5b5b5;
}

#buttons .step-three {
	width: 127px;
	height: 36px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #b5b5b5;
}

#buttons .step-two a, #buttons .step-three a {
	width: 127px;
	height: 36px;
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
/* END OF BUTTONS */

/* LOGIN */
#login {
	width: 605px;
	float: left;
	margin: 140px 0 0 52px;
	padding: 0;
}

#login h2 {
	font-size: 20px;
	color: #15afe6;
	font-weight: normal;
}

#login h2 span {
	font-size: 16px;
	color: #666666;
}

#login p {
	font-size: 12px;
	color: #666666;
	margin: 5px 0 0 0;
	width: 88%;
	line-height: 18px;
}

#login #bucket {
	width: 538px;
	height: auto;
	background: transparent url(../media/images/reg_login-bg.jpg) top left repeat-y;
	margin: 0;
}

#login #bucket table {
	width: 470px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#login #bucket table td {
	font-size: 14px;
	color: #666666;
}

#login #bucket table td table {
	margin: 0;
	padding: 0;
	width: 260px;
}

#login #bucket table td table td p {
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	margin: 0;
	padding: 0;
}

#login #bucket table td table td p span {
	color: #0266b1;
	font-weight: bold;
}

#login #bucket table td table td p a {
	color: #0266b1;
	text-decoration: underline;
}
#login #bucket table label {
	font-size: 14px;
	color: #666666;
	text-align: right;
}

#login #bucket table input {
	width: 240px;
	border: 1px solid #666666;
	color: #7d828a;
	font-size: 20px;
	padding: 5px;
}

#login #bucket table select {
	width: 252px;
	border: 1px solid #666666;
	color: #7d828a;
	font-size: 20px;
	padding: 5px;
}

#login #bucket table input.required, #login #bucket table select.required {
	background: #FFFFFF url(../media/images/required.jpg) top left no-repeat;
}

#login #bucket table input:active, #login #bucket table input:focus, #login #bucket table select:active, #login #bucket table select:focus {
	border: 1px solid #0266b1;
}

#login #bucket input.submit {
	background: transparent url(../media/images/reg_btn-submit.jpg) top left no-repeat;
	width: 101px;
	height: 37px;
	border: none;
	cursor: pointer;
	padding: 0;
}

#login #bucket input.next {
	background: transparent url(../media/images/reg_btn-next.jpg) top left no-repeat;
	width: 101px;
	height: 37px;
	border: none;
	cursor: pointer;
	padding: 0;
}

#login #bucket input.back {
	background: transparent url(../media/images/reg_btn-back.jpg) top left no-repeat;
	width: 101px;
	height: 37px;
	border: none;
	cursor: pointer;
	padding: 0;
}

#login #bucket input.radio {
	width: 13px;
	height: 13px;
	border: none;
	padding: 0;
	margin: 3px 0 0 0;
}
/* END OF LOGIN */

/* TROUBLE */
#trouble {
	width: 245px;
	float: left;
	clear: right;
	margin: 285px 0 0 0;
}

#trouble h2 {
	font-size: 18px;
	color: #15afe6;
	font-weight: normal;
	padding: 0 0 15px 10px;
	margin: 0;
	border-bottom: 1px dashed #000000;
}

#trouble h2 span {
	font-size: 16px;
	color: #666666;
}

#trouble p {
	font-size: 13px;
	color: #666666;
	margin: 15px 0 -5px 10px;
}

#trouble a {
	font-size: 12px;
	color: #0266b1;
	text-decoration: underline;
	margin: 0 0 0 10px;
	padding: 0;
}

#trouble a:hover {
	text-decoration: none;
}
/* END OF TROUBLE */

/* FOOTER */
#footer {
	width: 950px;
	margin: 10px auto 20px auto;
}

#footer p {
	color: #dfe7ef;
	font-size: 10px;
	text-align: right;
}
/* END OF FOOTER */