/* Start of CMSMS style sheet 'poland_form' */
#contactForm
{
float: left;
width: 500px;
background: #d3d2d2;
padding: 20px 0 20px 10px;
margin-bottom: 20px;
}

/* form classes */ 

.error {
	color: red;
}

.error p {
	color: red;
	font-size: 1em;
}

.error li {
	font-size: 1em;
}


form {
	display: inline;
	font-size: 0.7em;
}

fieldset {
	width: 450px;
	margin: 0 30px;
	border: none;
}

legend {
	display: none;
}

.row {
	padding: 0.2em 0;
	clear: both;
}

label {
	cursor: pointer;
	width: 200px;
	padding: 3px 10px;
	font-size: 1.2em;
	text-align: left;
	float: left;
}


input {
         font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 400px;
	color: #404040;
	border: 1px solid #999;
	
}

textarea {
         font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 400px;
        height: 250px;
	color: #404040;
	border: 1px solid #999;
	
}

.fbsubmit {
	color: #50bfa1;
	background-color: #333333;
	width: 130px;
	height: 30px;
	border: 0;
	cursor: pointer;
	font-size: 1.2em;
	margin: 15px 0 0 270px;
}


/* End of 'poland_form' */

