
.login {
	padding-left:40px;
}
.contact {
}
fieldset div {
	margin:0.3em 0;
	clear:both;
}
#leftcontent form {
	margin:1em;
	width:44em;
	background:#fff;
	padding:1em;
	border:1px solid #eee;
	font: 90%/1.3 arial,sans-serif;	
}
#leftcontent label {
	width:9em;
	text-align:right;
	margin-right: 1em;
	margin-top: .5em;
	float: left;
	/*position: relative;*/
	top: 6px;
}

#leftcontent label.wide{
	width:18em;
}

#leftcontent legend {
	color: #8ec955;
	font: 1.2em Georgia, "Times New Roman", Times, serif;	

}

#leftcontent legend span {
	width:10em;
	text-align:right;
}
input {
	padding:0.3em;
	width:19em;
	 height:19px;
	border:1px solid #ddd;
	background:#fafafa;
	-moz-border-radius:0.3em;
	-khtml-border-radius:0.3em;
}

#leftcontent tetarea {
	padding:0.3em;
	width:19em;
	height:29px;
	border:1px solid #ddd;
	background:#fafafa;
	-moz-border-radius:0.3em;
	-khtml-border-radius:0.3em;
}

input.checkbox{
	width:auto;
	padding:0;
	border:none;
}


input.submit{
	width:120px;
	text-align:center;
	border:inherit;
	border-color:#c5c5c5;
	background:#f6f6f6;
	border:1px solid #c5c5c5;
	height: 40px;
}

input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
#leftcontent fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
.date input {
	background-image:url(../gfx/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../gfx/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -26px;
}

.form-control{
	height:40px;
	background: #ecfae8;
	padding-left:10px;
	width:25em;
}

.required{
	color: #8ec955;
	padding-left: 3px;
	font-size: .6em;
}

.form-control-textarea{
    height:75px;
	background: #ecfae8;
	padding-left:10px;
	width:25em;

}

#signupform input{
	width:18em;

}


#signupform input.submit{
	width:120px;
}