﻿/* CONTACT */

.contact-nom{
	font-family:Arial, Verdana;
	font-size: 0.8em;
	font-weight:bold;
	line-height: 1.5em;
	margin-left:25px;
	}

.contact-dir{
	font-family: Arial, Verdana;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
	color: #444444;
	margin-left:25px;
	}

.contact-link {
	font-family: Arial, Verdana;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
	color: #0066CC;
	margin-left:25px;
	}


/* FORMULARIO */

div#form-tit {
/*	background-color:aqua; /*qitar*/
	height: 40px;
	width: 100px;
	margin-top: 5px;
	margin-left:25px;
	float:left;
/*	border-top: 1px dotted #E4E4E4;*/
	}

div#form-tit b {
	font-family: Arial, Verdana;
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
	padding-left:10px;
	line-height:40px;
	}
	
div#form-item {
/*	background-color:gray; /*qitar*/
	height: 40px;
	width: 400px;
	margin-top: 5px;
	float:left;
/*	border-top: 1px dotted #E4E4E4;*/
	line-height:40px;
	}	
	
div#form-last-item {
/*	background-color:gray; /*qitar*/
	height: 70px;
	width: 400px;
	margin-top: 5px;
	float:left;
/*	border-top: 1px dotted #E4E4E4;*/
	line-height:40px;
	}	

div#form-submit {
/*	background-color:gray; /*qitar*/
	height: 40px;
	width: 400px;
	margin-top: 5px;
	float:left;
/*	border-top: 1px dotted #E4E4E4;*/
	line-height:40px;
	}	

input.textfield{
	margin:0;
	font-family:Arial, Verdana;
	border: 1px solid #00547A;
	font-size:0.8em;
	color: #444444;
}

textarea.commentbox{
	color: #444444;
	width:330px;
	height:50px;
	padding:0;
	margin:0;
	font-size:0.8em;
	font-family:Arial, Verdana;
	border: 1px solid #00547A;
}
	
	
	