/* 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: #ededed !important;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	color: #9c9c9c;
	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 #ededed !important;
	height: auto;
	width: 328px;
}
input.action {
	background: #172d49;
	background: -moz-linear-gradient(top, #172d49 0%, #1c4365 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #172d49), color-stop(100%,#1c4365));
	background: -webkit-linear-gradient(top, #172d49 0%, #1c4365 100%);
	background: -o-linear-gradient(top, #172d49 0%, #1c4365 100%);
	background: -ms-linear-gradient(top, #172d49 0%, #1c4365 100%);
	background: linear-gradient(to bottom, #172d49 0%, #1c4365 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172d49', endColorstr='#1c4365',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: #1c4365;
	background: -moz-linear-gradient(top, #1c4365 0%, #172d49 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c4365), color-stop(100%,#172d49));
	background: -webkit-linear-gradient(top, #1c4365 0%, #172d49 100%);
	background: -o-linear-gradient(top, #1c4365 0%, #172d49 100%);
	background: -ms-linear-gradient(top, #1c4365 0%, #172d49 100%);
	background: linear-gradient(to bottom, #1c4365 0%, #172d49 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4365', endColorstr='#172d49',GradientType=0 ) alpha(opacity=100); 
}

/* SEARCH FORM
---------------------------------------- */
#searchform {
    position: absolute;
	width: 209px !important;
	top: 10px;
		left: 10px;
	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: #bbbbbb !important;
	border: 1px solid #bbbbbb !important;
	color: #eeeeee !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: #aaaaaa !important;
	border: 1px solid #ffffff !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;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 2px 0;
    padding: 5px;
}
.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;
}