/*
 * Stylesheet for Columbine Distance Learning School email sign up form
 */

#wrap_all {
	width: 600px;
	margin: 0 auto;
}

#form_wrapper {
	padding: 200px 0 400px 0;
}

form#aweber_form_actual {
}

form#aweber_form_actual label {
	font-family: "Myriad Pro", Verdana, Geneva;
	float: left;
	text-align: right;
	min-width: 50px;
	margin-right: 10px;
	top: 6px;
	position: relative;
}

.error {
	background: #e9967a;
	border: 2px solid #e9967a;
}

.input_wrapper {
	margin: 20px 0;
}
form#aweber_form_actual input[type=text], form#aweber_form_actual input[type=email] {
	border: 2px solid #999;
	padding: 5px 0;
	float: left;
}

form#aweber_form_actual input[type=text]:focus, form#aweber_form_actual input[type=email]:focus {
	border: 2px solid rgb(157,204,99);
}

.image_submit {
	margin-left: 230px;
	margin-top: 30px;
}

.image_submit:hover {
	opacity: 0.8;
}
