/* Forms
*******************************************************/
form{
	margin:20px 0;
	background-image: url(http://www.walltreats.co.nz/assets/crumbs/images/PageGradTile5.png);
	background-repeat: repeat-x;
	float:left;
    padding:30px 20px;
   	width:
}
.typography form h3{
	font-size:22px;
    color: #5E1F2C;
    font-weight:bold;
}
fieldset {
	border: 0;
	font-size: 1.2em;
	margin-bottom:10px;
}
textarea {
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
}
form ul {
	list-style: none;
}
form#MemberLoginForm_LoginForm{
	width: 520px;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	background:#ffffff;
	padding:4px;
	width:306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
    
.contact-form input.text, .contact-form textarea, .contact-form select {
	font-family: Georgia, Times, serif;
	padding: 8px;
	border: 1px solid #adadad;
	color:#5e1f2c;
	font-size: 14px;
	font-weight: bold;
	width: 240px;
    background:#ffffff !important;
}

input.text, textarea, select {
	font-family: Georgia, Times, serif;
	padding: 8px;
	border: 1px solid #adadad;
	color:#5e1f2c;
	font-size: 14px;
	font-weight: bold;
	width: 480px;
    background:#ffffff !important;
}
select {
	width: 500px;
    padding: 8px 8px 8px 8px;
}
select option{
    padding: 0px 40px 0 0;
}
.typography #rcontent form ul{
	margin:15px 0;
    padding:0;
    
}
.typography #rcontent form ul li{
	margin:10px 0;
    padding:0;
    background: none;
    display:block;
    clear:both;
	width:500px;
}
.checkboxset .middleColumn{
	margin:0;
    float:left;
    clear:both;
    width:500px;
}
.checkboxsetfield input{
	float:left;
    display:inline-block;
    width:15px;
    line-height:32px;
    height:20px;
    margin-right:6px;
}
.recaptcha{
	display:inline-block;
    float:left;
    margin:20px 0;
}
.typography #rcontent form ul li label{
	float:left;
    display:inline-block;   
    width:400px;
    margin:0;
}
input.action {
	background-image: url(http://www.walltreats.co.nz/assets/crumbs/images/FormButtonBgTile.png);
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
    border-style: double;
    color: #333333;
    cursor: pointer;
    font-size: 11px;
    margin-right: 2px;
    overflow: visible;
    padding: 2px 1px 2px 1px;
    min-width: 120px;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
    padding: 3px 1px 1px 1px;
    border-color: #999999 #CCCCCC #CCCCCC #999999;
}
#Search {
	width: 105px;
}
input#Search_Form_SearchForm_Search {
	width: 110px;
	padding: 3px;
	margin-left: -4px;
	font-size: 1.2em;
	}
#Sidebar input.action {
	font-size: 1.2em;
	float: right;
	padding: 1px;
	margin: -22px 10px 0 0;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color:#1f1f1f;
	font-size: 1em;
}
.typography label.required {
	background: #ffffff;
    border: 1px solid #5e1f2c;
    color:#5e1f2c;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 0.5em;
}
/* LABELS */
label.right {
	display:inline;
}
/* ERROR */
.message {
	background-color: #FFFFFF;
	border: 1px solid #c00;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0.5em;
	color: #c00;
}
.message.bad {
	background:#fee;
	border-color:#c00;	
}

/* REMEMBER ME TEXT (LOGIN FORM) */
p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}



