/* Start of CMSMS style sheet 'Layout-form' */
.turkey-signup label,
.contact-form label {
	float: left;
	width: 150px;
}

.turkey-signup div:first-child,
.contact-form div:first-child {
	margin: 15px 0 0 0;
}

.turkey-signup input:focus,
.turkey-signup textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
	color: #000;
}

.turkey-signup input,
.turkey-signup textarea,
.contact-form input,
.contact-form textarea {
	border:1px solid #9ECE77;
	font-family:Helvetica, Verdana,Arial,sans-serif;
	margin:0 0 15px;
	width:445px;
	color: #777777;
}

.turkey-signup input,
.contact-form input {
	height: 22px;
	font-size: 1.2em;
}

.turkey-signup textarea,
.contact-form textarea {
	height: 175px;
}

.turkey-signup .submit,
.contact-form .submit {
	float: right;
}

.turkey-signup .submit input,
.contact-form .submit input {
	width: 113px;
	height: 24px;
	margin: 0 5px 0 0;
}

.required-label {
	color: #539f20;
}

/*.turkey-signup label {
	float: left;
	width: 140px;
}*/
/* End of 'Layout-form' */

