* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: url(../images/stripe.png) repeat;
}

p {
	font-size: 1.3em;
	margin-bottom: 15px;
}

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
	margin-left:40px;
	
}

!#contact-area input, text, #contact-area textarea {
	@!padding: 2px;
	@!width: 200px;
	!font-family: Helvetica, sans-serif;
	!font-size: 1.4em;
	!margin: 0px 0px 10px 0px;
	!border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

!#contact-area input.submit {
	width: 100px;
	float: right;
}

!label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}
<!--
h1{
	background-color: #F0F8FF;
	color: Gray;
	padding: 10px;
	border: 1px solid Gray;
}
fieldset{
	background-color: #F0F8FF;
	color: Gray;
	padding: 10px;
	border: 1px solid Gray;
}
!td{
vertical-align: top;
padding: 5px;
}
#wfbstrap a{
	text-decoration: underline;
	background-color: #F0F8FF;
	color: Gray;
}

a.squarebutton{
background: transparent url('../images/square-green-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/square-green-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.col-1, .col-2, .col-3, .col-4 { float:left; width:auto}
-->
