.contactform {
	font-size:1.05em;
	line-height:1em;
}

.contactform input {
	width:120px;
	float:left;
	margin-top:0;
	margin-bottom:2px;
}

.contactform label {
	width:65px;
	float:left;
	margin-top:0;
	margin-bottom:2px;
}


.cake fieldset {
	border:none;
}
.radiobuttons {
	margin:0px 0 10px 0;
}
.radiobuttons legend{
	display:none;
	}
	
.radiobuttons fieldset {
	padding:0;margin:0;
	position:relative;
	width:195px;
	}
	
.radiobuttons label {
	width:173px;
	float:right;
}
.radiobuttons input {
	float:right;

}
 .radiobuttons input, .multichoice input, .textarea label, .submit input {
	width:auto;
}

.contactform .multichoice .checkbox label{
	width:175px;
}
.multichoice {
	margin-top:5px;
}
.multichoice label, .multichoice input {
	float:right;
}

span.alone em {
	color:#faa21e;
	font-style:normal;
}

.textarea label, .cake label em {
	color:#faa21e;

}	
.textarea textarea {
	width:100%;
	padding:0;
	border:none;
	margin:5px 0 0 0;
}

.required {
	
}

/* override the cake setting of required here: Make sure Input DIV has the optional class set */
.optional {
	
}
.cake div.input, .cake div.checkbox {
	clear:both;
}
.cake .submit input {
	background-color:#faa21e;
	border:none;
	float:right;
	padding:2px;
	margin:0;
}
.cake div.submit {
	width:100%;
	padding:0;
	text-align:right;
	margin:10px 0 0 0;
	
}

.cake div.error-message {
	color:#f00;
	font-weight:900;
	margin:2px 0 5px 0;
	display:block;
	clear:both;
	float:none;
	padding-left:12px;
}


/* google map which is on contact page: */
div#popup {
background:#EFEFEF;
border:1px solid #999999;
margin:0px;
padding:4px;
width:200px;
color:#000016;
font-size:11px;
line-height:12px;
}
div#popup a {
	color:#00f;
}
.plainbox #map {
	float:left;
	width:410px;
	height:220px;
	
}
.subscribeform div.submit input {
	width:124px;
}
.subscribeform div.submit {
	padding-top:2px;
}

.subscribeform div.submit input {
	margin-left:65px;
	float:left;
}
#unsub div.submit input{
	background-color:#aaa;
}