/* this is the style sheet for the ajaxContact Form */

#contactform {
	position: static;
	overflow: hidden;
}

#box_lewy {
	text-align: left;
	float: left;
	display: inline;
	padding:0;
	margin:2px 0;
	color:#ccc;
	font-weight:bold;
}

#box_prawy {
	text-align: left;
	float: right;
	display: inline;
	padding:0;
	margin: 0;
	color:#ccc;
	font-weight:bold;
}

#contactform input.text {
	padding: 4px;
	color:#060608;
	border:#ccc solid 2px;
	font-weight:normal;
}
#contactform input.text:hover, #contactform input.text:focus {
	border:#999 solid 2px;
	color:#060608;
	font-weight:normal;
}

#contactform textarea {
    height:5.5em;
	padding: 2px;
	border:#ccc solid 2px;
}
#contactform textarea:hover, #contactform input.text:focus {
    border:#999 solid 2px;
}

.red {
	color:#ff0000;
}

#contactform input.submit {
	float:right;
	margin: 10px 0 0 0;
	padding: 4px;
	color:#060608;
	font-weight:normal;
}

#loadBar, #emailSuccess{
	color: #fff;
}
