p {
    margin: 0;
}

.mandatory {
    color: #ED6018;
}

.label-detail {
    color: #999999;
    font-size: 12px;
}

body {                
    color: #626262;
    font-family: Helvetica,Arial,sans-serif;      
    font-size: 13px;
}

#timeframe {
    width: 150px;
}

.label-header {
    padding-bottom: 5px;
}

.label-footer {
    padding-left: 20px;
}

.label-text {
    padding-left: 20px;
    font-weight: 600;
    /*                color: #555555;*/
    height: 14px;    
}

.label-field {
    padding-left: 20px;
    padding-bottom: 8px;
}

.sub-header{
    display: block;
    text-align: center;
    vertical-align: middle;
}

input:focus, textarea:focus{
    background: none repeat scroll 0 0 #FEF6DB;
}

input[type=text], textarea {
    width: 352px;
}

.select-large { 
    width: 358px !important;
}

.select-medium { 
    width: 192px !important;
}

.select-small { 
    width: 138px !important;
}

.input-small { 
    width: 134px !important;
}

.input-medium { 
    width: 187px !important;
}

#button-container{
    width: 310px;
}

#button-reset{
    padding-left: 40px;
    width: 120px;
    float: left;
}

#button-submit{
    width: 120px;
    float: right
}           