@charset "utf-8";
	/* 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.          */
/****************************************************/

#container #content #form_1 {
	width: 400px;
	margin: 0 auto;
}

#content #form_1 #formSend #formResponse #comments {
	height: 120px;
}

#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-width: 1px;
}

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