#content form p {
border:1px dotted #fff;
line-height:100%;
margin:6px 0pt;
width:355px;
overflow:hidden;
padding:5px;
}
form label {
float:left;
line-height:180%;
}
form input {
border:1px ridge #000000;
float:right;
padding:2px;
width:216px;
}
form textarea {
border:1px solid;
clear:right;
float:right;
padding:2px;
width:216px;
overflow: auto;
}
form textarea#enquiry {
height:150px;
float: none;
width:349px;
}
form span {
clear:both;
color:red;
display:block;
text-align: right;
padding-top:4px;
}
form input#submit {
width: auto;
border:1px outset #444;
}
form input#submit:hover {
border:1px inset #444;
}
#content form p.error {
border: 1px solid red;
}