/* 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: none;
	padding: 0px;
	width: auto;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}

	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
.Actions {
	margin: 15px 0 25px 0;
}
input.text,
textarea,
select {
	background: #eeeeee !important;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	outline: none;
	padding: 8px;
	width: 310px;
	-webkit-appearance: none;
}
select {
		background: url(/themes/webdough/images/select-arrow-dark.png) no-repeat right #eeeeee !important;
	height: auto;
	padding-right: 40px;
	width: 328px;
}
select.page-size {
	width: 80px;
}
input.action {
	background: #1c3a6d;
	background: -moz-linear-gradient(top, #1c3a6d 0%, #3b519d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c3a6d), color-stop(100%,#3b519d));
	background: -webkit-linear-gradient(top, #1c3a6d 0%, #3b519d 100%);
	background: -o-linear-gradient(top, #1c3a6d 0%, #3b519d 100%);
	background: -ms-linear-gradient(top, #1c3a6d 0%, #3b519d 100%);
	background: linear-gradient(to bottom, #1c3a6d 0%, #3b519d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3a6d', endColorstr='#3b519d',GradientType=0 ) alpha(opacity=100); 
    border-color: none;
    border-style: none;
	border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
	font-family: arial, helvetica, sans-serif;
    font-size: 16px;
	height: auto;
    overflow: visible;
    padding: 10px;
	width: 328px;
}
input.action:hover,
input.action:focus {
	outline: none;
	background: #3b519d;
	background: -moz-linear-gradient(top, #3b519d 0%, #1c3a6d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b519d), color-stop(100%,#1c3a6d));
	background: -webkit-linear-gradient(top, #3b519d 0%, #1c3a6d 100%);
	background: -o-linear-gradient(top, #3b519d 0%, #1c3a6d 100%);
	background: -ms-linear-gradient(top, #3b519d 0%, #1c3a6d 100%);
	background: linear-gradient(to bottom, #3b519d 0%, #1c3a6d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b519d', endColorstr='#1c3a6d',GradientType=0 ) alpha(opacity=100); 
}

/* SEARCH FORM
---------------------------------------- */
#searchform {
    position: absolute;
	width: 209px !important;
	top: 0px;
		left: 0px;
	z-index: 500;
}
#searchform-preheader {
	width: 209px !important;
	float: right;
	margin-top: 6px;
    margin-right: 0px;
	z-index: 500;
}
form#SearchForm_SearchForm{
	width: 209px !important;
    height:31px;
    margin:0;
    padding:0;
}
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_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;
}
input.search {
	background: #000000 !important;
	border: 1px solid #292929 !important;
	color: #424242 !important;
	float: left;
	font-size: 12px;
	line-height: 14px;
	padding: 4px;
	padding-right: 25px !important;
	width: 180px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input.search.active {
	background: #9dcce9 !important;
	border: 1px solid #8bbeda !important;
	color: #ffffff !important;
	outline: none;
}
button.field-icon.search-icon {
	background: url(/assets/sitestyle/images/search-icon-out.png) no-repeat 0 0 !important;
	margin-left: -20px;
	width: 16px;
}
button.field-icon.search-icon-active {
	background: url(/assets/sitestyle/images/search-icon-over.png) no-repeat 0 0 !important;
	margin-left: -20px;
	width: 16px;
}
button.field-icon {
	border: 0 none;
	cursor: pointer;
	float: right;
	height: 18px;
	margin-top: 5px;
	padding: 0;
	position: absolute;
	width: 22px;
}
#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:#000000;
	font-size: 14px;
}
.typography label.required {
	background: #cc0000;
	border-radius: 5px;
    color: #fff;
	font-size: 14px;
    font-weight: normal;
    margin: 5px 2px 0 1px;
    padding: 5px;
}
/* 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,
label.error,
p.message {
	background: #cc0000;
	border-radius: 5px;
    color: #fff;
	font-size: 14px;
    font-weight: normal;
    margin: 5px 2px 0 1px !important;
    padding: 5px 9px;
	width: 310px;
}
.message.bad,
p.message.bad {
	background: #cc0000;
	color: #fff;
}
/* REMEMBER ME TEXT (LOGIN FORM) */
p#Remember {
	margin: 0;
}
p#Remember label {
	margin: -24px 0 0 5px;
	text-align: left;
}
#ForgotPassword {
	padding-top: 15px;
}