html, body {
font-family:Arial,Helvetica,sans-serif;
padding:0px;
margin:0px;
}

#container {
padding-top:15px;
width:540px;
}

.hidden {
    display: none;
}

#header {
text-align:left;
padding-bottom:20px;
}

#content {
font-size:12px;
line-height:17px;
color:#666666;
}

#footer {
padding-top:30px;
clear:both;
font-size:12px;
line-height:17px;
color:#666666;
overflow:hidden;
}



legend {
font-weight: bold;
font-size: 12px;
color: #bcbcbc;
font-family: Arial, Verdana, Helvetica, sans-serif;
border: solid 1px #bcbcbc;
}

fieldset {
border: solid 0px #bcbcbc;
padding: 10px;
}

label {
float:left;
display:block;
width: auto !important;
min-width: 220px;
width:220px;
margin-bottom:10px;
}

input, textarea, select {
float:left;
display:block;
width:100px;
border: 1px solid green;
background:#F4F4F4;
margin-bottom:10px;
padding:1px;
}

.amountbig {
float: left;
}

.amountsmall {
margin-left:5px;

}

.selectBox {
margin-left: 1px;
}



