
p {
    margin: 0;
}

h4 {     
    line-height: 30px;
	margin: 0;
    padding: 0;
    border: 5;
    font: inherit;
    width: 70px;
}
body , input, textarea, select {                      
    color: #626262;
    font-family: Helvetica,Arial,sans-serif;      
    font-size: 13px;
}

input, textarea, select {                
    color: #000; 
}

textarea {            
	width: 400px;
	height: 50px;
}

input[type=text] {
    width: 140px;
}

select {
    //width: 220px;
}

img {
    border:0;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
}
.comments {
    width: 65%;
    height: 70px;
    margin-bottom: 10px;
}
.label{
    vertical-align: middle;
}

.text-input{
    vertical-align: middle;
    padding-right: 40px;
}
.item-required {
    color: #FF0000;
}
.table_label_required{
    color: #FF0000;
}
.table_label{
    border-bottom: 3px solid #626262; 
    text-align :center;
}
.mandatory {
    color: #ED6018;
}

.label-detail {
    color: #999999;
    font-size: 12px;
}



#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
}           