@charset "utf-8";
/* ZATLAS FORM CSS STYLES */

.loginFailed {
background-color:#2fb8e9;
color:#FFFFFF;
width:330px;
padding:5px;
}

/* BUTTONS */
#buttons {
	width: 400px;
	height: 36px;
	margin:  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: 640px;
	float: left;
	margin: 0 0 0 29px;
	_margin: 0 0 0 14px;
	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 textarea {
	width: 240px;
	border: 1px solid #666666;
	color: #7d828a;
	font-size: 12px;
	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 right 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 */

