a img {
border: 0;
}

p {
margin: 8px 0;
font-size: 13px;
}


#bodyCell {
width: 900px;
margin-left: auto;
margin-right: auto;
}

#headline {
position: relative;
text-align: center;
margin-top: 8px;
height: 32px;
}

#headline .tagline {
position: absolute;
left: 0;
top: 0;
font-size: 20px;
line-height: 32px;
text-indent: 0;
}

#notification .error {
background: none;
margin-left: 25px;
line-height: 16px;
color: #F00 !important;
padding: 0;
}

#bodyCell .section {
float:left;
margin: 12px 0;
width: 430px;
}

#bodyCell .section.s2 {
margin-left:40px;
}

#bodyCell .section .header {
font-size: 16px;
/* border-bottom: 1px solid #EEE; */
margin-bottom: 4px;
}

#bodyCell .section .content {
font-size: 14px;
padding: 16px;
height:330px;
background-color: #F2F2F2;
border-top: 1px solid #888;
border-bottom: 1px solid #CCC;
}

#bodyCell .section .field label {
display:block;
font-size:13px;
float:left;
width: 100px;
margin-right: 12px;
text-align: right;
line-height: 22px;
}

.field {
padding: 6px 0;
}

.s.field, .s.field label {
font-size: 11px;
line-height: 12px;
}


#bodyCell .section .field label.mandatory {
color:#006600;
}

#bodyCell .section .s.field label {
line-height:14px;;
}

input.textbox_m, textarea {
width: 230px;
}

textarea {
height: 100px;
}
