textarea{
	width:280px;
	border:solid #cecece 1px;
}

textarea{
	background-image:none;
}

label {
	display:block;
	font-size: 12px;
	font-weight:bold;
	margin-bottom:4px;
	height:15px;
}

.checkbox label{
	display:inline;
	font-weight:normal;
	margin:none;
	height:auto;
}

.text input, .password input {
	width:280px;
	border:solid #cecece 1px;
	background-image:url(/img/input_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.text{
	
}

textarea{
	width:500px;
	height:230px;
}

.shortTextField{
	height:70px;
}

.checkbox{
	width:13px;
	height:13px;
	margin:0px;
	padding:0px;
	display:inline;
}

.checkbox input{
	width:20px;
	padding:0;
	margin:0;
	margin-right:5px;
	border:none;
}

.submit input{
	width:75px;
	padding:3px;
	font-weight:bold;
	background-image:url(/css/images/nav_bg.jpg);
	color:#fff;
	background-repeat:repeat-x;
	border:solid #cecece 1px;
}

.submit input:hover{
	color:#eaeaea;
}

.radio{
	width:10px;
	height:10px;
	border:0px;
	margin:0px;
	padding:0px;
}

.page_error{
	font-weight:bold;
	margin-bottom:15px;
}

.error-message{
	font-size:12px;
	color:#ff0000;
}