.table {
    margin-left:5px;
}

.label_cell
{
	padding-right: 5px;
	width:150px;
    }

.labelRequired_cell
{
	
    font-weight:bold;
    
    padding-right: 5px;
}

.data {
	width:300px;
	
}
	
.data_cell {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    
}

.submit 
{
	height:50px;
    text-align:center;
}

.errorMessage {
    vertical-align:top;
	
    font-weight:bold;
    color:red;
    padding-left: 5px;
    padding-right: 5px;
}

.error_row {
	height:50px;
    text-align:center;
}
