/* Sample FormBuilder CSS base */
.contactform {
	margin:1em 0;
	background:url(http://www.riversideartsclub.org.au/uploads/images/form_bg.jpg) no-repeat 0 0;
	width:542px;
	height:364px; /* fixed size (envelope graphic) */
	overflow:hidden;
float: left;
}
.comtactform, td, th, li { font-size: 100%}
.contactform div {margin-bottom:0}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:200px;
		margin-left:34px;
		padding-top:80px;
}
fieldset label {
	width:auto;
        color: #9E8655;
        font-family: Arial;
        font-size: 14px;
        line-height: 16px;
        font-weight:bold
}
legend {
	display:none;
}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em;
        color: #9E8655;
}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.captcha img {border:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.captcha img {border:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em
		margin:0 34px;
		clear:both;
		position:relative;
		}
.contactform button{
		padding:0;
		position:absolute;
		left: 350px;
		top:-5em;
		width:95px;
		height:36px;
		text-indent:-8000px;
		overflow:hidden;
		border:none;
		background:url(http://www.riversideartsclub.org.au/uploads/images/form_button.gif) no-repeat 0 0;
		color:#fff;
		cursor:pointer;
		}		
.contactform input, .contactform textarea {
		width:192px;
		border:1px solid #ddd;
		background:#fff url(http://www.riversideartsclub.org.au/uploads/images/form_input.gif) repeat-x;
		padding:3px;
		}
.contactform input.checkbox {border: none;}
.contactform label {
		display:block;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	width:246px;
		height:60px;
		overflow:auto;
}
div.website, div.website * {
  display: none !important;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}