body {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	color: #45382c;
	background:#45382c url(../images/tile.jpg) repeat-x;
	overflow-x:hidden;
}

form { display:inline; }
textarea, input, select { 
	font-family: Arial,Helvetica,Sans-Serif;
}

img { border:none; }

.hide { display:none; }
.clear { clear:both; }

.i {
	width:250px;
	border:none;
	padding: .3em .8em .3em;
	-webkit-border-radius: 2em; 
	-moz-border-radius: 2em;
	border-radius: 2em;

}
.ix {
	width:70px;

}
.validation-advice { color:#a00; font-weight:bold; }

A {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 10px;
	text-decoration: none;
}
A:hover {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 10px;
	text-decoration: underline;
}
