/* FORM */
	
/****************************************************/
/* Within this file (change the name to your plugin */
/* name) you can change the styling of your plugin  */
/* with ease. Like the javascript it will be added  */
/* to the head automatically. If you do not require */
/* extra styling you can delete this file.          */
/****************************************************/

.spacer {
	clear: both;
	width: 100%;
}

#content form {
	margin: 10px 0;
}

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

#content fieldset {
	padding: 0 12px;
	border: 0px;
	clear: both;
}

#content form label {
	clear: both;
	width: 25%;
	display: block;
	float: left;
	margin: 10px 0;
}

.form_action {
	display: none;
}

#content form input,
#content form textarea {
	display: block;
	float: left;
	margin: 10px 0;
	/*width: 73%;*/
	width: 69%;
	border: 1px solid #000000;
	background: #EFEFEF;
}

#content form p {
	width: auto;
	clear: both;
	padding: 0;
	margin: 0;
}

#content form p#submitButtons {
	/*clear: both;
	width: auto;
	margin: 10px auto;
	float: none;*/
}

#content form p#submitButtons input {
	/*display: block;
	float: left;
	width: auto;*/
}

#content form input#reply {
	width: 13px;
}
/*#content form input#submit,
#content form input#reset {
	clear: both;
	width: auto;
	margin: 10px auto;
	float: none;
}*/

#errors {
	color: #FF0000;
	font-weight: bold;
}