/* FORM.CSS */

#container_contact #Form_Form fieldset {
border: none;
}

#container_contact #form_wrapper {
width:560px;
display: block;
text-align:left; 
padding: 30px 20px 30px 20px;
margin:0 auto;
background-color: #eceded;
border: 1px solid #c5bfa1;
}

#container_contact #form_spacer {
width: 560px;
height: 30px; 	
}

#container_contact input.text, #container_contact textarea, #container_contact select {
display: block;
width: 50%;
border:1px solid #bdbdbd;
padding: 0.3em;
margin-bottom: 0.75em;
background:#FFFFFF url("../images/input_bgr.gif") repeat-x top;
}

#container_contact span.message-required {
font-size: 13px;
color: #b0292d;
font-style: italic;
}

#container_contact input.action {
float: left;
margin: 0 0 10px 0px;
border: none;
outline: none;
text-decoration: none;
background: url("../images/send.png") top left no-repeat;
width: 107px;
height: 30px;
text-indent: -9999px;
cursor: pointer;
line-height: .75em;
}

#container_contact #Form_Form_action_clearForm {
float: left;
margin: 0 0 10px 0px;
border: none;
outline: none;
text-decoration: none;
background: url("../images/reset.png") top left no-repeat;
width: 107px;
height: 30px;
text-indent: -9999px;
cursor: pointer;
line-height: .75em;	
}

#container_contact input.action:hover, #container_contact input.action:focus {
cursor: pointer;
}