/**** forms ****/

form{ /* ie */
	padding:0;
	margin:0;
}

form *{
	font-size:1em;
}

input[type="hidden"]{
	display:none;
}

input[type="submit"]{
	cursor:pointer;
}

input.subm{
	border:1px solid #707070;
}

fieldset{
	padding:0;
	border:none;
	margin:0 auto;
}

form div.wrap{
	margin:5px auto;
	padding:0;
}

legend{
	display:none;
}

label{
	font-weight:bold;
}

fieldset label, fieldset input{
	vertical-align:middle;
}

/******** header ********/
#header form{
	display:inline;
}

#header form input, #header form select{
	font-size:0.85em;
	border:1px solid #887e6e;
	padding:1px;
	text-align:left;
}

#header form input.txt{
	padding:1px 3px;
	height:15px;
}

#header form input.button40w{
	text-align:center;
}

#header div *{
	vertical-align:middle;
}

#header form input.txt{
	width:145px;
	margin-right:5px;
}

#header form div *{
	vertical-align:middle;
}

#header form input.txt{
	width:155px;
	margin-right:5px;
	border:1px solid #887e6e;
	padding:2px 3px;
	height:16px;
}

#header form select{
	width:155px;
	margin-right:5px;
	border:1px solid #887e6e;
	padding: 2px;
}

#header form input.button50 {
	background:transparent URL('/assets/template_2009/images/forms/bg.button.50.white.png') no-repeat center top;
	border: none;
	color:#5C5C5C;
	height:21px;
	overflow:hidden;
	padding: 0 1px 1px 1px;
	text-align:center;
	width:50px !important;
}

#header form input.button40 {
	background:transparent url('/assets/template_2009/images/forms/bg.button.40.white.png') no-repeat center top;
	border: none;
	color:#5C5C5C;
	height:21px;
	overflow:hidden;
	padding: 0 1px 1px 1px;
	text-align:center;
	width:40px !important;
} 

/** Styles for the top right search box **/
fieldset input.txt {
	color: #929292;
	border:1px solid #8b8275;
	padding:2px 3px;
} 


/******** content ********/
/* middle col */
/* cols left/right */
div.l-cont form{
	font-size:0.9em;
	line-height: 12px;
}

div.l-cont form div.wrap,
div.r-cont form div.wrap{
	padding:0 3px;
}

div.l-cont form#l-search label{
	display:none;
}

form#l-search  div.wrap{
	text-align:right;
	padding-right:0;
}

form#l-search div.wrap *{
	text-align:left;
}

form#l-search input.as-label{
	width:60px;
	margin-right:5px;
	padding:0;
	border:none;
	background:transparent;
}

form#l-search select{
	width:105px;
}

form#l-search input.stxt{
	width:74px;
}

div.l-cont select,
div.r-cont select{
	font-weight:bold;
	overflow:hidden;
}

div.l-cont select,
div.r-cont select,
div.l-cont input.stxt,
div.r-cont input.stxt{
	border:1px solid #e3e9ef;
	border-top:1px solid #abadb3;
}

div.l-cont input.subm,
div.r-cont input.subm{
	width:25px;
}

/* for instance: form show me in financial */
form.formbox-sidecol label{
	display:block;
	margin-bottom:5px;
	color:#000000;
}

form.formbox-sidecol input.txt{
	width:135px;
	margin-right:5px;
	color:#929292;
}

form.formbox-sidecol fieldset{
	padding:0 5px;
}

/******** local weather search ********/
#weather-search form *{
	vertical-align:middle;
}

#weather-search fieldset{
	text-align:center;
}

#weather-search label{
	display:block;
	padding:0 7px 5px 7px;
	text-align:left;
}

#weather-search input.txt{
/* width:125px;   */
	width:100px;
	border:1px solid #8b8275;
	text-align:left;
}

#weather-search input.txt{
	color:#929292;
	padding:2px 3px;
}

/* form buttons */
input.button65, input.button55, input.button40, input.button40w{
	padding:2px 0 7px 0;
	color:#ffffff;
	height:21px;
	border:none !important;
	overflow:hidden;
}

input.button65{
	background: #d52b1e URL('/assets/template_2009/images/forms/bg.button.65.jpg') no-repeat top center;
	width:65px !important;
}

div.panelbox input.button65{
	background: #d52b1e URL('/assets/template_2009/images/forms/bg.button.panel.65.jpg') no-repeat top center;
}

input.button55{
	background: #d52b1e URL('/assets/template_2009/images/forms/bg.button.55.jpg') no-repeat top center;
	width:65px !important;
}

input.button40{
	background: #d52b1e URL('/assets/template_2009/images/forms/bg.button.40.jpg') no-repeat top center;
	width:40px !important;
}

input.button40w{
	color:#5c5c5c;
	width:40px !important;
	background: transparent URL('/assets/template_2009/images/forms/bg.button.40.white.png') no-repeat top center;
}