#aboutyou
{
	float:left;
	margin-right: 2em;
}

#yourcompany
{
	float:left;
}

#yourmessage
{
	float:left;
}

form p
{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	line-height: normal;
	font-size: small;
}

.required
{
	color: red;
	vertical-align: text-top;
	font-weight: bold;
}

.bevelled
{
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -khtml-radius: 0.5em;
    padding: 0.3em;
    border-color: #999 #eee #eee #9a9a9a;
    border-style: solid;
    border-width: 2px;    
    -webkit-appearance: none;
    font-family: Helvetica;
    font-size: 1.1em;
}

