form,
fieldset {
	margin: 0;
	padding: 0;
	font-size: 110%;
}

fieldset {
	border: 1px solid #d9d9d9;
	padding: 15px;
}

fieldset.sub {
	margin-top: 15px;
}

fieldset.sub p {
	margin-bottom: 0;
}

#content #body
fieldset h1 {
	font-size: 1em;
	font-weight: normal;
	padding: 15px 0px 5px 0px;
	margin-bottom: 20px;
	color: #bb176e;
	border-bottom: 1px solid #d9d9d9;
	border-left: none;
}

form fieldset .error {
	border: none;
	border-bottom: 1px solid #ffcccc;
	background-color: #ffefef;
	padding: 10px 15px 10px 15px;
	margin-left: -15px;
	margin-right: -15px;
}

form fieldset .error .error-message {
	font-weight: bold;
	font-size: .7em;
	color: #ff0000;
	margin-bottom: 0;
	margin-top: 0;
	border: none;
	padding: 0;
}

.content-only form .error {
	background: none;
	border: none;
}

.content-only form .error-message {
	font-weight: bold;
	font-size: .7em;
	color: #ff0000;
}

form fieldset .error-message {
	font-weight: bold;
	font-size: .7em;
	color: #ff0000;
	background-color: #ffefef;
	border-bottom: 1px solid #ffcccc;
	padding: 10px;
	margin-top: -20px;
}

form div.form-help {
	font-size: .9em;
	padding: 5px;
}

form div.form-help p {
	margin-top: 0;
	margin-bottom: 0;	
}

.content-only form div.form-help {
	background: none;
	padding: 0;
	padding-top: 10px;
	font-weight: bold;
	color: #0c2231;
}

form div {	
	overflow: hidden;
	clear: both;
	margin-bottom: 0px;
}

form div.clear {
	margin-top: 15px;
}

form fieldset.login div {
	width: 425px;
	overflow: hidden;
	margin: auto;
}

form div label {
	display: block;
	width: 100px;
	text-align: right;
	float: left;
	font-size: .75em;
	margin-right: 10px;
	color: #bb176e;
	font-weight: bold;
}

form div.clear label {
	width: 70%;
	text-align: left;
}

form div label p {
	line-height: normal;
	margin: 0;
	font-weight: normal;
	color: #666666;
}

form div select,
form div input {
	margin-bottom: 5px;
	width: 400px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #ffffef;
	border: 1px solid #d9d9d9;
	color: #666666;
}

form div.submit {
	margin-bottom: 0;
}

form div.small input,
form div.small select {
	width: 100px;
}

form div.medium input {
	width: 300px;
}

form div.large input {
	width: 450px;
}

form div.max input,
form div.x-large input {
	width: 600px;
}

form fieldset div.submit input,
form div.submit input,
form fieldset.login div.submit input {
	width: auto;
	background-color: #9bcd65;
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	padding: 3px 10px 3px 10px;
}

.content-only form div {
	margin-bottom: 10px;
}

.content-only form div.submit {
}

form div.submit input {
	margin-left: 0;
	margin-top: 5px;
}

div.content-type-image,
div.content-type-file {
	width: auto;
	overflow: hidden;
}

div.content-type-file {
	border-bottom: 1px solid #93C8E7;
}

div.content-type-image img {
	margin-bottom: 5px;
}

div.content-type-image p.delete,
div.content-type-file p.delete {
	font-size: .7em;
	font-weight: bold;
}

div.filename {
	font-size: .8em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

form table.mceLayout {
	margin-bottom: 20px;
}

form div.file {
	margin-bottom: 0;
}

div.radio fieldset {
	border: 0;
	margin: 0;
	margin-top: 15px;
}

div.radio fieldset legend {
	font-size: .75em;
	font-weight: bold;
}

div.radio fieldset input {
	width: auto;
	clear: both;
	float: left;
}

div.radio fieldset label {
	font-size: 11px;
	float: left;
	text-align: left;
}

div.checkbox-group label {
	font-size: 11px;
	color: #444444;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

div.checkbox label {
	color: #bb176e;
	width: 400px;
	float: left;
	text-align: left;
}

div.checkbox input {
	width: auto;
	float: left;
}

div.textarea label {
	width: 100%;
	text-align: left;
}

div.textarea textarea {
	clear: both;
	margin-bottom: 20px;
	width: 400px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #ffffef;
	border: 1px solid #d9d9d9;
	color: #666666;
}

div.alt1 label {
	width: 100%;
	text-align: left;
}

div.alt1 input {
	clear: both;
	margin-bottom: 10px;
}
