#content input,
#content select{
	font-size:14px;
}

#content input[type="checkbox"] {
	border:0;
}

#content button,
#content input.button,.button{
	font-size:15px;
	font-weight:bold;
	text-shadow:1px 1px 0px #000;
	outline:none;
	height:24px;
	margin:10px 6px 10px 0;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
	height:auto;
	line-height:24px;
	padding:10px;
}

.button-no-margin{
	font-size:13px;
	font-weight:bold;
	text-shadow:1px 1px 0px #000;
	outline:none;
	height:24px;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
	height:auto;
	line-height:24px;
	padding:5px;
}

#content input.bigger-button {
	cursor:pointer;
	font-size:18px;
	font-weight:normal;
	line-height:18px;
	margin:1px;
	padding:10px;
	text-align:center;
}

#content textarea {
	width:200px;
	height:100px;
	overflow: auto;
}

#content #moving-admin textarea {
	height:50px;
}

#content button span{
	text-align:center;
	background:transparent;
}

#content button:hover, #content input.bigger-button:hover,
#content input.button:hover{
	background-position:bottom right;
}

#content button:hover span{
	background-position:bottom left;
}

#content button.small{
	font-size:10px;
	font-weight:bold;
	text-shadow:1px 1px 0px #000;
	height:18px;
	margin:0 6px 5px 0;
	padding-right:10px;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
	height:auto;
	line-height:18px;
	padding:0 5px;
}

#content button.small span{
	text-align:center;
	background:transparent;	
}

#content button.small:hover{
	background-position:bottom right;
}

#content button.small:hover span{
	background-position:bottom left;
	margin:0;
}