
#content {
	margin: auto;
	width: 618px;
	/*height: 458px;*/
}

.text {
    color: #fff;
    /*color: #fff;*/
    /*font: normal 12px arial, helvetica, sans-serif;*/
    font-size: 12px;
    font-weight: normal;
}
.stext {
    color: #333;
   /* font: normal 11px arial, helvetica, sans-serif;*/
    font-size: 11px;
    font-weight: normal;
}
.label {
    color: #fff;
    /*color: #fff;*/
    /*font: normal 12px arial, helvetica, sans-serif;*/
    font-size: 12px;
    font-weight: normal;
    width:100px;
    text-align:right;
    padding-right:4px;
}
.field {
    font-size: 12px;
    font-weight: normal;
    width: 150px;
    height: 18px;
}

.date_field {
    font-size: 11px;
    font-weight: normal;
    width: 223px;
    height: 18px;
}

.button {
    color: #fff;
    background: #000;
    border: 0px;
   /* font: normal 11px arial, helvetica, sans-serif;*/
    font-size: 11px;
    font-weight: normal;
    width: 70px;
    height: 20px;
    text-align: center;
    margin: 0 0 0 30;
    padding-top: 2px;
    border: 1px solid #fff;
}



