div.data-form {

}
div.data-form table {
text-align: center;
margin: 60px auto;
background: #F7F7F7;
padding: 15px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width: 300px;
border: 1px solid #EEE;
border-collapse: separate;
overflow: visible;
}

div.data-form table tbody td {
vertical-align: middle;
}

div.data-form table tbody td.label-col {
padding-right: 15px;
width: 50px;
}

div.data-form table tbody td.label-col label {
display: block;
font-weight: bold;
text-align: right;
line-height: 1.6em;
}

div.data-form table tbody td.field-col {
text-align: left;
width: 220px;
}

div.data-form table tfoot td {
text-align: right;
}

div.data-form table tfoot td button {
margin: 0 0 0 7px;
}
div.data-form input.text {
width: 99%;
}

#column-left {
display: none;
}
#content {
background: none;
width: 990px;
}

#content div.content.column {
margin: 0;
width: 990px;
}

#login-brand {
width: 990px;
text-align: center;
}

#footer {
display: none;
}
