﻿div.row{
    float: left;
    width: 720px;
    padding: 3px 0px 3px 0px;
}

    div.row label{
        display: block;
        float: left;
        width: 200px;
        padding: 3px 0px 3px 0px;
        color: #fff;                
    }
    
    div.row input[type="text"]{
        float: left;
        display: block;
        width: 200px;
        padding: 3px 3px 3px 3px;
    }       
        
    div.row select{
        float: left;
        display: block;
        width: 210px;
        padding: 3px 3px 3px 3px;
    }
    
    div.row textarea{
        float: left;
        display: block;
        width: 500px;
        height: 200px;
    }
    #form_wrap.full_contact_form span.radiobuttons{
        display: block;
        float: left;
    }
        #form_wrap span.radiobuttons input{
            width: auto; 
            float: left;   
            clear: left;
            display: block;
            padding: 0;
            border: none;
            margin: 4px 4px 0px 0px;
        }
        #form_wrap span.radiobuttons label{
            width: auto;
            float: left;
        }

div.formerrors{
    color: Red;
    padding-bottom: 20px;
}

#form_wrap input.inputrequired{
    border-color: Red;
}
#form_wrap fieldset textarea.inputrequired{
    border-color: Red;
}
.inputrequired{
    border-color: Red;
}

.btnSend{
    width:auto;
	float:right;
	background:url('login_button.gif') 0px 0px no-repeat;
	cursor: pointer;
	width:80px;
	height:25px;
	color:white;
	border:none;
	margin:0px;
}

    .btnSend:hover{
        background-position:0 -35px;
    }
    .btnSend:active{
        background-position:0 -70px;
    }

