#reset, #save{
    background: #fff;
    color: #888;
    border: 1px solid #888;
}
#reset:hover, #save:hover{
	margin-top:0px;
	background: #fff;
	color: #bbb;
	border-color: #bbb;
	border-bottom-color: #888;
}
#reset:active, #save:active{
	margin-top:0px;
	background: #fff;
	border-bottom-color: #888;
}

#description_container{
	clear: both;
	overflow: hidden;
	width: 800px;
	height: 120px;
	margin-bottom: 15px;
}
textarea, input{
	display: block;
    border: 1px solid #bbb;
    resize: none;
    font-family: Arial, sans-serif;
}
#description_container textarea{
    width: 778px;
    height: 97px;
    padding: 10px;
    font-size: 16px;
}

/* The sandbox has more buttons than the article sims, so let the left
   column grow to fit and flow the save/reset row beneath everything. */
#left{ height: auto; }

#controls_row{
	clear: both;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}
#controls_row #reset, #controls_row #save{
	position: static;
	float: left;
	margin: 0 12px 0 0;
}
#savelink{
	position: static;
	float: left;
	top: auto;
	left: auto;
	margin: 0;
    width: 500px;
    height: 15px;
    padding: 8px;
    font-size: 12px;
}