/* form.css */

/*h1 {  border:none ! important; }*/

#content-wrapper #center-content-holder
{
	margin-left: 20px;
	width: 747px;
}

div.form-content 
{ 
        margin-top: -4px;
}

.form-content h2
{
        color:#703084;
        font-weight: normal;
        font-size: 17px;
        padding-bottom: 6px;
}

.form-content hr { width: 747px; }

.formCETitle {
  width: 120px;
  text-align:right;
  padding: 7px 15px 8px 0px;
}

.formCETitle_extra {
  width: 58px;
  text-align:right;
  padding: 7px 15px 8px 0px;
}

.frmInput
{
 width: 213px;
}

.form-content p
{
        padding-top: 11px;
}

/* styling for Formspring.com output */

.formHeading
{
        font-size: 11px ! important;
}

.formField
{
        width: 747px ! important;
        vertical-align: middle ! important;
        padding: 5px 2px 5px 2px ! important;
}

.formField label
{
        text-align: right ! important;
        width: 164px ! important;
        clear: none ! important;
        float: left ! important;
        padding-right: 15px ! important;
        padding-top: 4px;
}

.formField br 
{ 
        clear: none ! important;
        float: right ! important;
        display: none ! important;
}

.formField select
{
        text-align:left ! important;
        clear: none ! important;
        display: inline ! important;
        float: left ! important;
        vertical-align: middle ! important;
}

.formField input
{
        text-align:left ! important;
        clear: none ! important;
        display: inline ! important;
        float: left ! important;
        vertical-align: middle ! important;
        font-family: Arial ! important;
        font-size: 13px ! important;
        width: 230px;
}

.formField textarea
{
        font-family: Arial ! important;
        font-size: 13px ! important;
        width: 230px;
}


.formSubmit input
{
        background: url(../images/solution_contactus_submit.jpg) no-repeat ! important;
        font-size: 0pt ! important;
        width: 100px ! important;
        height: 18px ! important;
        border: none ! important;
        margin: 0 0 0 179px ! important;
        padding: 0 ! important;
}
.formSubmit
{
        height: 20px ! important;
        padding: 5px 2px 5px 2px ! important;
}

th.error {
    color: #CC0000;
}

pre {
 font-family: Arial, Verdana, Sans-Serif;
 width: 750px;
 white-space: normal;
}

p.intro-text {
 width: 750px;
}