/*Copyright 2006 Group 1 */
/* Style by: Dexter Zafra of Group 1 */

form {
    margin: 0;
    padding: 0;
}
#container {
    margin: 0 auto;
    padding: .5em;
    width: 350px;
    text-align: left;
}
p#optreqlink {
    margin: 0;
    text-align: center;
}
.textbox {
    width: 180px;
    border-left : 1px solid #acc6db; 
    border-right : 1px solid #acc6db; 
    border-top : 1px solid #acc6db; 
    border-bottom : 1px solid #acc6db; 
    background-color : #fff; 
    font-size : 12px;
    font-family : Verdana, Arial, Helvetica, sans-serif; 
    color : #000; 
} 
.textcom {
    border-left : 1px solid #acc6db; 
    border-right : 1px solid #acc6db; 
    border-top : 1px solid #acc6db; 
    border-bottom : 1px solid #acc6db; 
    background-color : #fff; 
    font-size : 12px;
    font-family : Arial, Verdana, Helvetica, sans-serif; 
    color : #000; 
} 
fieldset {
    margin: 1em 0;
    border: none;
 /*   border-top: 1px solid #acc6db;*/
}
label {
    float: left;
    width: 100px;
    padding: 0 1em;
    font-size : 12px;
    font-family : Arial, Verdana, Helvetica, sans-serif; 
    text-align: right;
}
fieldset div {
    margin-bottom: .5em;
    padding: 0;
    display: block;
}
.submit {
    color : #fff; 
    font-family : verdana, arial, helvetica, sans-serif; 
    font-size : 11pt; 
    font-weight : bold; 
    background-color : #6898D0; 
    border : 1px solid #dadada; 
    cursor : pointer; 
}
#button_div {
    clear: both;
    text-align: center;
}

/* This is the hacking and geeking part */
/* required fields - does not work in IE */
fieldset div.reqfield {
    font-weight: bold;
}
fieldset div.reqfield label:before {
    content: "* "; /* does not work in IE */
}