@charset "utf-8";
/* CSS Document */
div#content{
	min-height:370px;
}
div#service{
	float:right;
	width:430px;
	border-left:1px dotted #4c5144;
	padding:0 230px 20px 40px;
	margin-bottom:20px;
	}
	div#service p{
		margin-bottom:12px;
	}
	div#service a{
		color:#fff;
	}
div#newsletter{
	padding-top:13px;
}
div#newsletter fieldset{
	margin:4px 0 0 0;
	padding:0;
	border:0;
	}
	div#newsletter fieldset label{
		display:block;
		float:left;
		width:200px;
		color:#fff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		margin-bottom:5px;
		}
	div#newsletter fieldset input{
		width:300px;
		border:1px solid #b2b6ab;
		background-color:#b2b6ab;
		margin-bottom:10px;
		color:#fff;
		}
	div#newsletter fieldset textarea{
		width:300px;
		height:100px;
		border:1px solid #b2b6ab;
		background-color:#b2b6ab;
		margin-bottom:10px;
		color:#fff;
		}
	div#newsletter fieldset input.send{
		width:129px;
		height:30px;
		border:0;
		background:transparent url(/images/btn-submit.gif) 0 0 no-repeat;
		text-indent:-10000px;
		font-size:0;
		line-height:0;
		cursor:pointer;
		margin-left:-5px;
	}
	div#newsletter fieldset textarea.errorField
	div#newsletter fieldset select.errorField,
	div#newsletter fieldset input.errorField{
		color:#f00;
		border:1px solid #f00;
	}

div#photo{
	position:absolute;
	right:80px;
	top:100px;
	}
	div#photo img{
		border:5px solid #fff;
	}

