@charset "utf-8";
/*   It's All About Homes			*/
/*   Form Style Sheet				*/
/*   By Remington Reed				*/
/*   2006 All rights reserved.		*/

span.red {
color: #f00;
}
div.formContainer {
width: 600px;
padding: 0;
margin: 0 auto;
}
div.formTop {
width: 600px;
height: 32px;
background: url(/images/form_bg_top.png) no-repeat;
magin: 0 auto;
padding-top: 6px;
overflow: visible;
}
div.formRepeat {
width: 600px;
margin: 0 auto;
background: url(/images/form_bg_rep.png) repeat-y;
}
div.formBottom {
width: 600px;
height: 22px;
magin: 0 auto;
background: url(/images/form_bg_bottom.png) no-repeat;
}
table.formContent {
width: 590px;
}
table.formContent td {
padding-bottom: 12px;
}
.formLabel {
width: 30%;
text-align: right;
vertical-align: top;
}
.formLabel p {
padding: 4px 0;
margin: 0;
display: inline;
}
.formItem {
width: 70%;
text-align: left;
padding-left: 8px;
vertical-align: top;
}
.formItem input {
border: 2px solid #333;
background: url('/images/bg_input.png') top left no-repeat;
padding-left: 2px;
padding-top: 1px;
}
.formItem select {
border: 2px solid #333;
background: #eee;
}
.formItem textarea {
border: 2px solid #333;
background: url('/images/bg_input.png') top left no-repeat;
padding: 6px;
}
input.button {
background: url('/images/form_btn.png') top left no-repeat;
width: 130px; height: 30px;
font-weight: bold;
border: none;
color: #eee;
}