@CHARSET "UTF-8";
span.contactLabels{
	color:#666666;
}
button.cntForm_submit{
	width:350px;	
}
select.cntForm_subjectid{
	width: 350px;
	border: solid 1px #85b1de;
}
input.cntForm_name,input.cntForm_surname,input.cntForm_mail,input.cntForm_phone,input.cntForm_subject,input#verimg{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;    
    border: solid 1px #85b1de;
    width: 350px;
    height:27px;
    background-image: url( 'bg_input.jpg' );
    background-repeat: repeat-x;
    background-position: top;	
}
input.cntForm_name:focus,input.cntForm_surname:focus,input.cntForm_mail:focus,input.cntForm_phone:focus,input.cntForm_subject:focus,input#verimg:focus{
    background-image: url( 'bg_input2.jpg' );
    background-repeat: repeat-x;
    background-position: top;	
}

div.cntForm_divmessage{	

}

textarea.cntForm_message{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;    
    border: solid 1px #85b1de;
    width: 350px;
    height:100px;
    background-image: url( 'bg_input.jpg' );
    background-repeat: repeat-x;
    background-position: top;	
}

div.cnt_div_msg_error{
	padding-top:10px;
	width:600px;
	height:200px;
	background:url(div_error_bg.jpg);	
}
div.cnt_div_msg_success{
	padding-top:10px;
	width:600px;
	height:200px;
	background:url(div_success_bg.jpg);	
}


div.cnt_div_msg{				
	width:450px;
	height:180px;
	overflow: auto;
}
td.cnt_tbl_left{
	width:120px;
}
td.contactJob{
	font-weight:bold;
}
div.divContactPerson{
	padding:0px;	
	width:500px;
	height:300px;
	background-position:left top;
	background-image:url(cerceve_profil.gif);			
}