/* --- Inventory Form Styling --- */

#PlaceHolder2 {
background-color:#223E61!important;
color:#CFD9E5;
width:235px;
}

.wmxform legend {
color:#CFD9E5!important;
}

#FormGroup_2040570 input {
float:right;
margin-right:4px;
display:inline;
font-size:11px!important;
width:130px!important;
}

.wmxform label {
position:relative;
top:15px;
font-size:11px!important;
}

#FormLabel_3267534, #FormLabel_3267535 {
top:0;
margin-bottom:4px;
}

/* --- Because IE is incompetent --- */

*html .wmxform label, 
*html .wmxform textarea,
*html .wmxform select {
margin-left: 4px;
}

*:first-child+html .wmxform label, 
*:first-child+html .wmxform textarea,
*:first-child+html .wmxform select {
margin-left: 4px;
}

