/* @override http://www.autonet.be/users/_default/css/contact.css */

input
{
	border: 1px solid #2c3743;
}
th
{
	text-align: right;
}
textarea
{
	width: 100%;
	height: 100px;
	border: 1px solid #2c3743;
}
#contact strong
{
	color: red;
}
input[type=button]
{
	cursor: pointer;
}