/* CSS Document */

body {
	margin:0px 0px 0px 0px;
	background-color:#EEEEEE;
	font-family:Verdana;
	font-size:10px;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


#nome {
	width:150px;
	height:18px;
	font-size:12px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#email {
	width:150px;
	height:18px;
	font-size:12px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#morada {
	width:150px;
	height:18px;
	font-size:12px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

#phone {
	width:150px;
	height:18px;
	font-size:12px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#mobile {
	width:150px;
	height:18px;
	font-size:12px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#texto {
	width:250px;
	height:120px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#tdBotao {
	text-align:right;
	padding-right:10px;
	padding-top:3px;
}

.botaoSend {
	font-family:"Verdana";
	font-size:10px;
	font-variant:small-caps;
	text-transform:capitalize;
	width:50px;
	height:22px;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	background-position:bottom;
}
