/* Forms
*******************************************************/

fieldset {
	border: 0;
	font-size: 1.2em;
	margin-bottom:10px;
}
textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
}
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	background:#f2f2f2;
	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;
	}
input.text, 
textarea, 
select {
	padding: 2px;
	border: 1px solid #ffffff;
	color:#2b2b2b;
	font-size: 1.1em;
	font-weight: bold;
	width: 300px;
    background:#e8e8e8 !important;
}
select {
	width: auto;
}
input.action {
	background-image: url(http://www.fullfocus.co.nz/);
    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;
}
#searchform {
	width: 200px;
    float:right;
    margin-right:23px;
    margin-top:95px;
}
form#SearchForm_SearchForm{
	width:200px;
    height:31px;
    margin:0;
    padding:0;
	background: transparent url('../images/search.png') no-repeat top left	;
}
form#SearchForm_SearchForm legend{
	display:none;
	height:0px;
}
form#SearchForm_SearchForm .middleColumn{
	margin:0;
    padding:0;
    background:transparent none !important;
    width:auto !important;
}
input#SearchForm_SearchForm_Search {
	width:148px;
    height:23px;
    font-size:14px;
    line-height:23px;
    background:transparent none !important;
    border:none !important;
    margin-left:6px;
    margin-top:4px;
    padding:0 6px;
    float:left;
	}
input#SearchForm_SearchForm_action_results{
	float:left;
    background:transparent none !important;
    border:none !important;
    width:23px;
    height:23px;
    display:inline-block;
    overflow:hidden;
    text-indent:-99999em;
    outline:0;
    min-width: 23px !important;
    margin-top:4px;
    margin-left:5px;
}
#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:#2b2b2b;
	font-size: 1em;
}
.typography label.required {
	background: #ffffff;
    border: 1px solid #ed1a25;
    color:#;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 0.5em;
}
/* LABELS */
label.right {
	display:inline;
}
/* CHECKBOXES
---------------------------------------- */

.checkboxset label {
    margin: 10px 0 5px;
}
ul.optionset {
	margin: 0;
	overflow: hidden;
    line-height: 16px;
}
	ul.optionset li {
		margin: 6px 0;
		clear: both;
        padding: 0;
	}
		ul.optionset li input {
			float: left;
			margin: 0 6px;
		}
		ul.optionset li label {
			margin: 0;
			float: none;
		}
/* ERROR */
.message {
	background-color: #FFFFFF;
	border: 1px solid #c00;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0.5em;
	color: #c00;
    display: block;
}
.message.bad {
	background:#fee;
	border-color:#c00;	
}
/* REMEMBER ME TEXT (LOGIN FORM) */
p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}

