img { border: 0px; }

.a-left { text-align: left; } 
.a-center { text-align: center; }
.a-right { text-align: right; } 
/*
.content
{
	margin: 10px auto 10px auto;
	padding: 10px;
}*/

.higher
{
	margin-bottom: 10px;
}

.lower
{
	margin-top: 10px;
}

.wfifty
{
	width: 50%;
	margin: 0px auto 0px auto;
}

.bold
{
	font-weight: bold;
}

.minipadded
{
	padding: 2px;
}

.padded
{
	text-align:left;	
	font-size:18px;
	font-weight:bold;
	color:#ffc534;
	padding:5px 5px 5px 5px;
}

.superpadded
{
	padding: 10px;
}

.title
{
	font-weight: bold;
}

.accesskey
{
	text-decoration: underline;
}

.button
{
	cursor: pointer;
}

.toolbutton
{
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin: 0px;
}

.buttonbar
{
	padding: 5px;
	height: 30px;
	text-align: right;
}

input, textarea, select, div.air
{
	
	padding: 5px;
}

textarea {
     resize: none;
}
.textbox{
	width: 200px;
}

.textbox2{
	width:100px;
}

input
{
	width: 200px;
	margin-bottom: 10px;
}
.checkbox{
	width:20px;	
	margin:0px;
	padding:0px;
}

select
{
	margin-bottom: 10px;
}

textarea
{
	width: 200px;
	height: 100px;
	margin-bottom: 10px;
}

#form_test
{
	width: 400px;
	margin: 0px auto 0px auto;
}

.layer_plus{width:15px;height:15px;position:absolute;margin-left:85px;margin-top:50px;}
