/* fixe html elemente */

body {
	background-color:#F3F0EF;
	text-align:center;
	color:#878787;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	margin:0;
	line-height:15px;
}

th, tr, td {

}

p {
	padding:0px;
	margin:0px;
}

a {
	color:#6C1934;
}

a.grey {
	color:#878787 !important;
	font-weight:bold;
}

select, textarea {
	font-size:11px;
	border:1px solid #878787;
	margin:2px;
}

input[type=text], input[type=password], input[type=file] {
	font-size:11px;
	border:1px solid #878787;
	margin:2px;
}

.noBorder {
	border:none;
}

form {
	display:inline;
}
