@charset "utf-8";
/* CSS Document */

ul#neesletter {
	padding:5px 0;
	margin:0;
}
	ul#neesletter li {
		list-style-type:none;
		text-align:left;
		padding:2px;
		float:left;
		display:block;
		color:#ebebeb;
	}
	ul#neesletter li span {
		padding:4px 10px 4px 0;
		display:block;
		width:40px;
	}
	ul#neesletter li input {
		width:200px;
		padding:5px;
		background:#f2f2f2;
		border:0px;
	}
	ul#neesletter li input.submit {
		clear:both;
		width:70px;
		border:0;
		padding:5px;
		background:#27a6e2;
		color:#fff;
		margin:5px 0 0 193px;
	}
	
	ul#neesletter li input.subt {
		clear:both;
		width:70px;
		border:0;
		height:27px;
		background:#27a6e2;
		color:#fff;
		margin:0 0 0 20px;
		float:left;
	}
	
ul#contacts {
	padding:5px 0;
	margin:0;
	width:250px;
	float:left;
	
}

ul#contacts li {
		list-style-type:none;
		text-align:left;
		padding:3px;
		display:block;
	}
	
ul#contacts li span {
		padding:4px 10px 4px 0;
		display:block;
		width:40px;
		color:#FF0000;
	}
	ul#contacts li input {
		width:300px;
		padding:5px;
		background:#efefef;
		border:0px;
	}
	
	ul#contacts li textarea {
		width:300px;
		padding:5px;
		background:#efefef;
		border:0px;
	}
	
	ul#contacts li input.submit {
		clear:both;
		width:70px;
		border:0;
		padding:5px;
		background:#bd2907;
		color:#fff;
		margin:0;
	}