@charset "utf-8";
/* CSS Document */


.action {
	background-image: url(../img/action_wide.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 660px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 25px;
}
.form_wrapper_1 {
	position: relative;
	padding-top: 10px;
	padding-left: 15px;
}

.form_wrapper_1 h6 {
	font-size: 13px;
	color: #006402;
	float: left;
	padding-top: 5px;
	display: inline;
	margin-right: 10px;
	padding-right: 1px;
}



.blue_border {
	border: 1px solid #004ac0;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFF;
	background-image: url(../img/blue_border.png);
}
.red_border {
	border: 1px solid #CC0000;
	color: #CC0000;
	;
	background-color: transparent;
	background-image: url(../img/red_border.png);
}

.signup-input {
	font-size: 14px;
	width: 100px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-bottom: 10px;
	float: left;
	margin-right: 8px;
	height: 20px;
	margin-top: 2px;
}
.signup-send {
	font-size: 14px;
	width: 120px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/submit_.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	cursor: pointer;
	height: 29px;
	top: 49px;
	border: 0 none;
	text-align: center;
	float: left;
}
