	/* 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 auto;
}

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

#content fieldset {
	clear: both;
	width: 500px;
	background-color: #EFEFEF;
	border: 1px solid #DFDFDF;
	padding: 10px 20px;
	margin: 10px auto;
}
#content .captchaImage {
	margin-left: 29px;
}

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

.form_action {
	display: none;
}

#content form input {
	display: block;
	float: right;
	margin: 10px 0;
	/*width: 73%;*/
	width: 69%;
	height: 22px;
	border: solid #CCCCCC 1px;
}
#content form textarea {
	display: block;
	float: right;
	margin: 10px 0;
	/*width: 73%;*/
	width: 69%;
	height: 150px;
	border: solid #CCCCCC 1px;
}

#content form #description {
	height: 80px;
} 

#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_wrap form input#reset {
	clear: both;
	width: auto;
	margin: 10px auto;
	float: none;
}*/

fieldset h2 {
	float: left;
	clear: both;
}
#submitButtons input#submit {
	background: #46949E;
	display: block;
	clear: both;
	height: 38px;
	width: 114px;
	margin-left: 300px;
	border: 1px solid #DFDFDF;
	margin-top: 0;
	padding-top: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
#submitButtons input#submit:hover {
	background: #57A6AF;
}