@charset "UTF-8";
/* CSS Document */

#FormContainer {
position: relative;
height: 400px;
margin-left: -10px;
}

#CaptureForm {
position: relative;
height: 260px;
margin-left: -10px;
}

#PORcontact_DIV {
position: absolute;
background: none;
width: auto;
height: auto;
top: 0px;
left: 15px;
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #666;
}



/**********************************************/

#PORcontact {
position: absolute;
width: auto;
height: auto;
top: 0px;
left: 140px;
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000;
}

#ContactBlock {
position: relative;
width: auto;
height: auto;
top: 37px;
line-height:18px;
}

.OrangeSansBold1EM {
background: none;
font-family: Arial, sans-serif;
font-size: 1em;
font-weight: bold;
color: #cc6600;
}

.DarkGraySansBold08EM {
background: none;
font-family: Arial, sans-serif;
font-size: 0.8em;
font-weight: bold;
color: #333;
}

.DarkGraySans09EM {
background: none;
font-family: Arial, sans-serif;
font-size: 0.9em;
font-weight: normal;
color: #333;
}

.MediumGraySans08EM {
background: none;
font-family: Arial, sans-serif;
font-size: 0.8em;
color: #666;
}

.OrangeSansUnderline08EM {
background: none;
font-family: Arial, sans-serif;
font-size: 0.8em;
text-decoration: underline;
color: #cc6600;
}

.LightGreenSans08EM {
background: none;
font-family: Arial, sans-serif;
font-size: 1em;
color: #bdcc72;
}