
H1 {
color:#777777;
font-family:arial;
font-size:8px;
text-decoration:none;
text-align:right;
}

#content_left_photo {
	vertical-align:top;
   	text-align:center;
	width:35%;
}

#content_left_bottom_icons {
	position:absolute;
	top:400px;
	left:500px;
	border:none;
}


H2 {
	color:#000000;
	font-family:Georgia,Helvetica,Arial,Verdana,sans-serif;
	font-size:24px;
	width:400px;
	font-weight:normal;
	line-height:1.5em;
	position:absolute;
	top:90px;
	left:520px;
}

#email_zone {
	height:65px;
	left:450px;
	position:absolute;
	top:10px;
	vertical-align:top;
	width:200px;
}

#email {
	text-align:left;
	height:58px; 
	padding:0px 25px; 
	font:16px Verdana, 
	Arial, 
	Helvetica, 
	sans-serif; 
	color:rgb(255,255,255); 
	display:block; 
	background:url('../images/email.png') 
	0px 0px no-repeat; 
	text-decoration:none;
}


#email:hover{
	padding:0px 25px; 
	background:url('../images/email.png')
	0px -55px no-repeat; 
	color:rgb(255,255,255);
	height:65px; 
	cursor: pointer;
}


#email_form {
	background-image:url('../images/email_form.jpg');
	background-repeat:no-repeat;
	top:90px;
	left:520px;
	position:absolute;
	height:412px;
	width:390px;
}


#your_name {
	position:absolute;
	top:55px;
	left:20px;
}


#your_email {
	position:absolute;
	top:117px;
	left:20px;
}

#your_message {
	position:absolute;
	top:185px;
	left:20px;
}


#commentForm {

}


.input_field {
	background:url('../images/fieldimage.jpg');
	background-color: transparent;
	background-repeat:no-repeat;
	border-width:0px;
	height:22px;	
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size: 12px;
	vertical-align: middle;
}

.input_field_text_area {
	background:url('../images/comment.jpg');
	background-color: transparent;
	background-repeat:no-repeat;
	border-width:0px;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size: 12px;
	overflow:hidden;
}

.sendButton
{
    	position:absolute;
    	top:367px;
   	left:20px;
   	width:80px;
   	height:30px;
   	border:solid 2px #000000;
   	background-color:#7c6852;
   	color:#e1cdae;
}

label.error {
	padding-left: 106px;
	font-weight:bold;
	font-size:12px;
}

.image_links {
	border:none;
}


/* unitip css */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	font: normal normal 12px Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	display: none;
	font-weight:bold;
	text-align:center;
	border:none;
}

	#unitippoint, #unitipmid, #unitipcap {
		position: relative;
		top: 0px; 
		left: 0px;
		width: 145px;
		display: block;
	}
	
	#unitippoint { 
		background: url(../images/TipPoint.png) no-repeat; 
		height: 19px; 
		overflow: hidden; 
	}
	
	#unitipmid { 
		background: url(../images/TipMid.png) repeat; 
		width: 115px;
		height: auto; 
		padding: 5px 15px;
	}
	
	#unitipcap { 
		background: url(../images/TipCap.png) no-repeat; 
		height: 7px; 
		overflow: hidden; 
	}


