#content {
min-height: 300px !important;
height: 300px !important; 
margin: 10px;
padding: 5px;
background-color: #ffffff !important;
}

#content label {
}

#content .text {
position: absolute;
left: 100px;
width: 300px;
}

#content textarea {
height: 50px;
}

#buttons {
position: relative;
top: 40px;
}

