
/* --------------- PRODUCT ORDER FORM STYLES ------------- */

fieldset {
border: solid 1px #000;
margin: 10px 0px;
padding: 10px;
background: #ddeeff;
}

legend {
font-family: arial, verdana, helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 13px;
}

.labelcheckbox {
font-family: arial, verdana, helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12px;
line-height: 2em;
margin: -4px 0 4px 0;
}


label {
float: left;
width: 13em;
font-family: arial, verdana, helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12px;
}

.labeldatalong {
float: left;
width: 360px;
font-family: arial, verdana, helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12px;
}

.labeldatalongsmall {
float: left;
width: 360px;
font-family: arial, verdana, helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 10px;
}

.labeldataverylong {
float: left;
width: 500px;
font-family: arial, verdana, helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12px;
}

.labeldatashort {
float: left;
width: 170px;
font-family: arial, verdana, helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12px;
}

.tfvNormal {
float: left;
width: 170px;
font-family: arial, verdana, helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12px;
}

.tfvHighlight {
float: left;
width: 170px;
font-family: arial, verdana, helvetica, sans-serif;
font-style: italic;
font-weight: bold;
font-size: 12px;
color: #ff0000;
}

.labeldatashortright {
float: left;
width: 160px;
font-family: arial, verdana, helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12px;
text-align: right;
}

.labeldatashortnm {
float: left;
width: 50px;
font-family: arial, verdana, helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12px;
}

.labeldataveryshort {
float: left;
margin-left: 10px;
width: 20px;
font-family: arial, verdana, helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12px;
}

.labeldataos {
float: left;
text-indent: 4em;
line-height: 18px;
width: 100px;
font-family: arial, verdana, helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12px;
}

input, select {
margin-bottom: 5px;
}

input.radio, input.checkbox, input.submit {
width: 10px;
margin-bottom: -4px;
}

input.submit {
width: 10px;
margin-bottom: 0px;
}

input#name {
width: 300px;
}

input#company {
width: 300px;
}

input#city {
width: 300px;
}

input#state {
width: 100px;
}

input#postalcode {
width: 100px;
}

#email, #emailaddressconfirm, #company {
width: 400px;  /*450px*/
}

#address {
width: 400px; /*500px*/
}

input#orderquantity {
width: 50px;
}

#resourcedescription {
width: 350px;
height: 50px;
}

textarea, input, select, option {
border: solid 1px #000;
}

input#othersource {
width: 200px;
}

.mandatorysymbol {
font-size: 13px;
vertical-align: super;
color: #f00;
/*float: auto;*/
}

.mandatorysymbolinline {
font-size: 13px;
color: #f00;
/*float: auto;*/
}

.labelcheckbox {
font-family: arial, verdana, helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 13px;
margin-bottom: 4px;
}

.header {
font-family: arial, verdana, helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 12px;
}
