@charset "UTF-8";

#wrapperbordercont {
    background-image:url(../images/wrapperborder.png);
	background-repeat:repeat-y;
	width:897px;
	height:765px;
	margin-left:auto;
	margin-right:auto;
}

#wrapbottombordercont {
    width:897px;
	height:10px;
	background:url(../images/bottomwrapborder.png);
	margin-left:auto;
	margin-right:auto;
}

#wrappercont {
	background:#fff;
	height: 765px;
	width: 877px;
	margin-left:auto;
	margin-right:auto;
}

#contentbordercont {
	width:865px;
	height:747px;
    background: url(../images/contentborder.png);
	margin-left:auto;
	margin-right:auto;
	background-repeat:repeat-y;
	
}

#contentcont {
	position:relative;
	width:849px;
	height:742px;
	background:#fdf0dc;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
}


#contactleft {
	position:absolute;
	height:285px;
	width:410px;
	text-align:right;
	top:150px;
	left:0px;
	 color:#787878;
	font-size:14px;
}

#formrightborder {
	position:absolute;
	height:395px;
	width:422px;
	text-align:left;
	top:115px;
	left:425px;
}


#formright {
	position:absolute;
	height:370px;
	width:415px;
	text-align:left;
	top:5px;
	left:10px;
	font-size:14px;
	color:#222222;
	z-index:10;
}

.name {
	width:200px;
}

.phone {
	width:120px;
}

.address {
	width:200px;
}

.message{
	width:250px;
	height:100px;
}

.asterisk {
	font-size:14px;
	color:#ff0000;
}

.formline {
	line-height:18px;
}
