/* Form Styling */

.wmxform 
{
width: 760px!important; 
height: auto;
}

.wmxform fieldset 
{
border-top: #999 12px solid; 
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
background-color: transparent; 
padding: 0 0 10px 5px; 
margin: 8px 0px 0px 8px; 
}

.wmxform legend
{
color: #fff!important;
font-size: 12px; 
padding: 0 0 0 5px; 
margin: 0; 
width: auto; 
height: auto; 
}

.wmxform label 
{
color: #fff !important;
}

.wmxform p
{
font-size: 12px; 
margin: 10px; 
}

.wmxform fieldset div
{
clear: none; 
float: left; 
padding: 3px; 
margin: 5px; 
width: 230px; 
}

.wmxform fieldset div label 
{
padding: 3px 100px 3px 3px;
margin: 0; 
width: auto; 
height: auto; 
text-align: left
}


