	/* 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_wide form {
	margin: 10px 0;
}

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

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

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

.form_action {
	display: none;
}

#content_wide form input, 
#content_wide form textarea {
	display: block;
	float: left;
	margin: 10px 0;
	/*width: 73%;*/
	width: 49%;
	height: 18px;
	border: solid #CCCCCC 1px;
}

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

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

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

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

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

fieldset h2 {
	float: left;
	clear: both;
}
#content_wide #submit_button {
	background: #99c3cb;
	color: #FFFFFF;
	display: block;
	float: right;
	margin: 10px 151px 10px 0;
	/*width: 73%;*/
	width: 30%;
	padding: 7px;
	border: solid #CCCCCC 1px;
	height: 30px;
}
#content_wide fieldset {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	display: block;
}
.LV_invalid {
	color: #FF0000;
	float: right;
	margin-right: 20px;
	margin-top: 12px;
	display: block;
	width: 25%
}
.LV_valid {
	color: #009900;
	float: right;
	margin-right: 20px;
	display: block;
	width: 25%;
	margin-top: 12px;
}

