@charset "utf-8";
/* CSS Document */

.close_butt {
	float: right;
	}
#signup_div {
	font-family: 'Source Sans Pro';
	position: absolute;
	z-index: 99;
	visibility: hidden;
	padding: 3px;
	border: solid 2px #47511d;
	background-color: #EEEEEE;
	left: -999px;
	top: 0px;
	}
#signup_div form {
	margin-bottom: 0px;
	}
#signup_div p {
	font-size: 1.4em;
	margin: 10px 15px 0px;
	}
#signup_div p.float_right {
	font-size: 1.1em;
	float: right;
	margin: 5px 7px 3px 0px;
	}
#signup_div p.title {
	background-color: #47511d;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	margin: 0px;
	padding: 5px 5px 5px 15px;
	}
#signup_div table {
	margin: 15px 10px;
	}
#signup_div th {
	font-family: 'Source Sans Pro';
	font-size: 1.3em;
	padding-right: 2px;
	}
#signup_div td input {
	font-family: 'Source Sans Pro';
	font-size: 1.3em;
	}
#signup_div input.my_butt {
	font-size: 1em;
	margin-bottom: 10px;
	padding: 0px 25px;
	border-radius: 25px;
	background-color: #47511d;
	color: white;
	}
#signup_div input.my_butt:hover {
	color: #e3e3b8;
	}
#signup_div .field {
	background-color: white;
	}
#signup_div .field_err {
	background-color: #e6d4d4;
	}
#signup_sending {
	font-family: Verdana, Geneva, sans-serif;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	background-color: #fef7e5;
	border: solid 2px #8181ad;
	padding: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 150px;
	text-align: center;
	margin: 0 auto;
	top: 0px;
	left: -999px;
	}
#signup_displaybox {
	z-index: 9;
	filter: alpha(opacity=50); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: .50; /*older Mozilla*/
	-khtml-opacity: 0.5;   /*older Safari*/
	opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
	background-color: #000000;
	position: absolute;
	top :0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
	}