a.subscribe-button {
	display: block;
	float: left;
	background-color: #8198B7;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 18px;
	width: 137px;
}


#top-buttons {
	margin: 0 ;
	padding: 0;
	float: right;
}

#bottom-buttons {
	padding: 10px 0 0 135px;
	margin: 0;
}

.form-buttons a, .form-buttons input, .form-buttons button {
	display: block;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin: 0 1px;
	padding: 0;
	color: #FFF;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border: none;
	cursor: pointer;
	cursor: hand;
}

.form-buttons .button-edit {
	background: url(http://www.fairsandfestivals.net//images/button-edit.jpg) no-repeat;
	width: 47px;
}

.form-buttons .button-publish {
	background: url(http://www.fairsandfestivals.net//images/button-publish.jpg) no-repeat;
	width: 68px;
}

.form-buttons .button-save {
	background: url(http://www.fairsandfestivals.net//images/button-save.jpg) no-repeat;
	width: 154px;
}

.form-buttons .button-hide {
	background: url(http://www.fairsandfestivals.net//images/button-hide.jpg) no-repeat;
	width: 88px;
}

.form-buttons .button-search {
	background: url(http://www.fairsandfestivals.net//images/button-search.jpg) no-repeat;
	width: 57px;
}

.form-buttons .button-clear {
	background: url(http://www.fairsandfestivals.net//images/button-clear.jpg) no-repeat;
	width: 78px;
}

#bottom-buttons .button-clear {
	float: right;
}

.content-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.content-form form {
	margin: 0;
	padding: 20px 0 0;
	clear: both;
}

h3.form-header {
	margin: 0 0 10px;
	padding: 12px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	color: #464646;
}

.content-form form fieldset {
	margin: 0 0 9px;
	padding: 0;
	border: none;
	clear: both;
}

.content-form form label {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 135px;
}

.content-form form label.sub {
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 100px;
}

.content-form form label.single {
	margin: 0;
	padding: 0;
	display: block;
	float: none;
}

.content-form form label.radio {
	margin: 0;
	padding: 0;
	width: 110px;
}

.content-form form textarea, .content-form form select[multiple=multiple] {
	border: 1px solid #8198b7;
}

.content-form form input[type=text] {
	height: 20px;
	width: 252px;
	border: 1px solid #8198b7;
}

.content-form form select.multiple {
	height: 68px;
	border: 1px solid #8198b7;
	width: 252px;
}

.content-form form input[type=file], .content-form form input.input-file {
	border: 1px solid #8198b7;
}

.content-form form input.sub-box {
	width: 200px;
}

.content-form form textarea {
	display: inline;
}

.content-form form input.small, .content-form form select.small {
	width: 102px;
	margin-right: 8px;
}

.content-form form select.small {
	width: 102px;
}

.content-form form .form-right {
	margin: 10px 0 0 135px;
}

.content-form form .form-container {
	float: left;
	width: 492px;
}

.content-form form .form-sub-box {
	margin: 6px 0 8px 100px;
}

.content-form form .checkbox {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
}

.content-form form .long	 {
	width: 320px;
}

span.sub-label {
	display: block;
	float: left;
	width: 60px;
	margin-bottom: 8px;
}

span.sub-label-long {
	display: block;
	float: left;
	width: 90px;
}

span.sub-label-xlong {
	display: block;
	float: left;
	width: 150px;
}

.req {
	color: red;	
}

.instructions {
	font-size: 10px;
}

.watermark {
	color: #555;
}

