/* CSS Document */

.registration {
	background-color:#dfdfdf;
	border-collapse:collapse;
	width:100%;
}
.registration td {
	color:#333;
	font-family:'Myriad Pro', sans-serif;
	font-size:20px;
	font-weight:bold;
	padding:5px;
	vertical-align:top;
}
.registration td p{
	color:#666;
	font-family:'Myriad Pro', sans-serif;
	font-weight:normal;
	font-size:12px;
}
.registration td#left {
	padding-right:20px;
	padding-top:10px;
	text-align:right;
	width:250px;
}
.registration td#right {
	text-align:left;
	width:300px;
}
.registration input,
.registration select {
	color:#333;
	font-family:'Myriad Pro', sans-serif;
	font-weight:normal;
	font-size:18px;
	height:30px;
	width:300px;
}
.registration .submit {
	background-color:#ffb400;
	border:1px solid #000;
	color:#000;
	display:block;
	font-family:'Myriad Pro', sans-serif;
	font-size:22px;
	font-weight:bold;
	height:50px;
	padding:10px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:auto;
}
.registration .submit:hover {
	background-color:#000;
	color:#FFF;
	cursor:pointer;
	border:1px solid #ffb400;
}
.registration_list {
	background-color:#f6f5f5;
	background-image:url(../images/registration/registration_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	border-collapse:collapse;
	width:100%;
}
.registration_list th {
	color:#111;
	font-family:'Myriad Pro', sans-serif;
	font-weight:normal;
	font-size:18px;
	padding:5px;
	vertical-align:top;
}
.registration_list td {
	color:#333;
	font-family:'Myriad Pro', sans-serif;
	font-weight:normal;
	font-size:12px;
	padding:5px;
	vertical-align:top;
}
.registration_list td#header {
	border-bottom:1px solid #333;
	color:#111;
	font-weight:bold;
}
.registration_list tr#active_0 {
	background-color:#FC0;
}

.error_message {
	background-color:#C1413E;
	color:#FFF;
	font-family:'Myriad Pro', sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	width:282px;
}

.complete_message {
	background-color:#008411;
	color:#FFF;
	font-family:'Myriad Pro', sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	padding:10px 50px;
}