fieldset{
	border:0px none;
}

input, textarea{
	font-family:Georgia, "Times New Roman", Times, serif, "Palatino Linotype";
}

/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Form Styling
 */


/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
	font-size: 1.2em;
}

/* ACTION BUTTONS
---------------------------------------- */
input.action {
	padding:2px 10px 2px 10px;
	font-size:1em;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	background: #E9E9E9;
	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;
	}
	
	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		background-color:#000033;
	}
	
	.middleColumn .message {
		margin: 0;
		color:#CC0000;
		font-size:.8em;
		padding:2px;
	}
	
/* INPUT BOXS
---------------------------------------- */

input.text, textarea, select {
	padding:4px;
	border: 1px solid #A7A7A7;
	color:#666666;
	font-size: .8em;
	width: 296px;
	line-height:15px;
}

textarea {
	
}

input:focus span, textarea:focus span {
	border: 3px solid #000;
}


/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */

legend{
	display:none;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color:#666666;
	font-size:.8em;
}

label.right {
	display:inline;
}

/* HEADER SEARCH FORM */
#Header form{
	float:right;
	background:url(../images/search_bg.png) no-repeat;
	width:210px;
	height:25px;
	line-height:25px;
}

#Header form div{
	float:left;
}

#Header form legend{
	display:none;
	line-height:0px;
	height:0px;
}

#Header form input.text{
	background-color:transparent;
	border:0px none;
	float:left;
	height:20px;
	width:174px;
	padding:5px 2px 0px 7px;
	color:#999999;
	font-size:.8em;
}

#Header form input.action{
	width:27px;
	height:25px;
	border:0px;
	background-color:transparent;
	float:left;
	cursor:pointer;
}

#Header form .middleColumn{
	background-color:transparent;
	padding:0px;
	margin:0px;
	border:0 none;
	float:none;
	display:block;
	width:182px;
}

/* SUCCESS MSG */
.typography .successMsg{
	background-position:bottom;
	padding:35px 10px 34px 10px;
	text-align:center;
	margin-top:-8px;
	border-bottom:1px #999999 solid;
	font-size:1.4em;
	background:url(../images/side_menu_head_bg.png) repeat-x;
	background-position:bottom;
	color:#3e6693;
}

/* FOX Captcha Equation */
.fox_captcha_holder {
	color:#666;
	font-size:14px;
	padding:1px 4px 2px 5px;
	display:inline-block;
	border:1px solid #A7A7A7;
	margin-right:3px;
	background: #eee;
}
input.fox_captcha_input {
	width:20px;
}



