#Content {
float: none;
display: block;
width: 100%;
}

#RightBox {
display: none;
}

#ContactDetails {
float: left;
width: 480px;
margin-right: 15px;
}

#Form {
float: left;
width: 325px;
margin: 0;
padding: 0;
}

#Form input[type=text], #Form label, #Form textarea {
display: block;
width: 250px;
}

#Form input[type=text], #Form textarea {
margin-bottom: 1em;	
}

.Required {
font-weight: bold;
color: #bb2142;
font-size: 1.2em;
}

#Form h2 {
color: #ffffff;
font-size: 1em;
background-color: #83172e;
background-image: url('../images/SideBarHeading.jpg');
background-repeat: no-repeat;
padding: 10px 20px 6px 20px;
margin-bottom: 1em;
}

#Form p {
margin-bottom: .75em;	
}

#FormInner {
margin-left: 20px;	
}

#SendButton {
width: 87px;
height: 28px;
overflow: hidden;
text-indent: 300px;
border: none;
cursor: pointer;
background: url('../images/SendButton.jpg');
background-color: #000;
display: block;
/* IE */
letter-spacing: 400px;
font-size: 0;
text-align: right;
vertical-align: top;
}