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

.left form {
	margin: 10px 0;
}

.left input[type="hidden"] {
	border: 0;
}

.left fieldset {
	padding: 0 12px;
	border: 0px;
	clear: both;
}

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

.form_action {
	display: none;
}

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

.left form #description {
	height: 80px;
} 

.left form p {
	width: auto;
	clear: both;
	padding: 0;
	margin: 0;
}

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

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

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

fieldset h2 {
	float: left;
	clear: both;
}
#submitButtons input#submit {
	display: block;
	clear: both;
	height: 48px;
	width: 114px;
	margin-left: 300px;
	border: none;
	margin-top: 0;
	padding-top: 0;
	background-color: #592154;
	color: #FFFFFF;
	font-weight: bold;
}