#content {
	padding:0px 10px 0px;	
}

#header{
	padding: 0px;
}

html, body {
	height:100%;
}

body {
	background:#212121;
	font-size:70%;
}

select {
	font-size:90%;
}

input, textarea {
	font-size: 120%;
}
#footer {
	text-align: center;
	font-size: 80%;
}
dd {
	margin-left: 12em;
}

td.actions img {
	margin-top:-4px;	
}

input[type=submit],
input[type=button],
div.actions ul li a,
td.actions a, 
button {
	font-weight:normal;
	padding: 4px 8px;
	background:#e6e49f;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
	background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
	color:#333;
	border:1px solid #aaac62;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 120px;
	cursor: pointer;
}
input[type=submit]:hover,
input[type=button]:hover,
div.actions ul li a:hover,
td.actions a:hover,
button:hover  {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}