@charset "utf-8";
/* CSS Document */

.searchWp, #searchWp {
	float:left;
	width:230px;
	height:85px;
	/*background:url(../images/searchBg.gif) bottom left no-repeat;*/
	margin-bottom:0px;
	
	
	
}
.searchHd, #searchHd {
	float:left;
	width:229px;
	background-color:#B6B6B6;
	font:bold 11px Tahoma, "Trebuchet MS", "Times New Roman", Verdana;
	color:#000;
	text-align:center;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:4px;
	margin-top:auto;
	margin-bottom:auto;
}

.searchHdRegular, #searchHdRegular {
	position:relative;
    /*background: url("../images/rtPanelHeader.gif") no-repeat scroll 0 0 transparent;*/
    color: #FFFFFF;
    float: left;
    font: bold 12px Tahoma,"Trebuchet MS","Times New Roman",Verdana;
    height: 20px;
    margin-bottom: auto;
    margin-top: auto;
    padding-left: 0px;
    padding-bottom: 40px;
    width: 220px;
}

.searchHdSmall, #searchHdSmall {
	background:url(../images/rtPanelHeader_small.gif) no-repeat;
	height:25px;
	font:bold 12px Tahoma, "Trebuchet MS", "Times New Roman", Verdana;
	color:#fff;
	padding:12px 0 0 10px;
}

.paddedPanel, #paddedPanel {
	padding-left:8px;
	padding-right:8px;
}

.searchPanel, #searchpanel {
	float:left;
	width:210px;
	height:auto;
	padding:10px;
	margin-bottom:6px;
}

.searchForm, #searchForm {
    margin-bottom:16px;
}

form {
	margin:0px;
	padding:0px;
}

.label {
	width:230px;
	height:15px;
	margin-bottom:10px;
}
select {
	width:146px;
	height:22px;
	font:normal 11px Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	padding:2px;
}
.btn {
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding:4px;
	color:#fff;
	background-color:#1c8bc3;
	border: 1px solid #14678F;
	cursor:pointer;
}
/*memberlogin*/
.memberWp, #memberWp {
	width:237px;
	height:auto;
	/*background: url(../images/loginBg.gif) bottom left no-repeat;*/
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	border: 6px solid #ccc;
	-moz-box-shadow:0px 0px 8px #666;
	-webkit-box-shadow:0px 0px 8px #666;
	box-shadow:0px 0px 8px #666;
	-moz-border-bottom-right-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius:15px;
	background-color: #FFF;	
}


div#tallWidget {
	/*background:url(/images/tall_sidebar_widget_bg.jpg) #FDE684; 
background-position:bottom; 
background-repeat:no-repeat;*/
	float:left;
	width:237px;
	height:auto;
	margin-bottom:50px;
	padding-bottom:10px;
	border: 6px solid #ccc;
	-moz-box-shadow:0px 0px 8px #666;
	-webkit-box-shadow:0px 0px 8px #666;
	box-shadow:0px 0px 8px #666;
	-moz-border-bottom-right-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius:15px;
	background-color: #FFF;	
}

#yellowBG {
	background: url(../images/loginBg.gif) bottom left no-repeat;
}

.txtMemBox {
	width:200px;
	height:16px;
	font:normal 11px Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	padding:2px;
}
/*memberlogin*/
#newsletterWp {
	float:left;
	width:250px;
	height:113px;
	background:url(../images/newsletterBg.gif) bottom left no-repeat;
	margin-bottom:10px;
}

