@charset "ISO-8859-1";
/* CSS Document */


body, h1, h2, h3, h4, h5, h6, form {
	margin: 0px;
	padding: 0px;
	border:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}


/*
LINKS --------------------- */

a {
	font-size: 11px;
	color: #999999;
	text-decoration: none
}

a:hover {
	color: #666666;
	text-decoration: underline
}

a:active {
	color: #333333;
}

a img {
	border-width: 0; 
	border-style: none;
}


label {
width: 6em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block
}

input, textarea {

}

input#enviar {
	float:left;
	margin-left: 175px;
	border:0;
	width:72px;
	height:27px;
}

input#utilizador, #administrador, #password {
color: #666;
background: url(../img/bkg_input.jpg);
border: 0px dashed #999;
width:236px;
height:24px;
padding-left:5px;
padding-right:5px;
}