/* 
*	TELUS Music & Radio 
*	
*	Top Search Box CSS
*	by antoinepratte|apratte@lvlstudio.com
*	06.09.12
*/

#topSearchBox {
	width:541px;
	height:51px;
	margin:0px;
	padding:0px;
	background:url(../images/ipradio/searchBoxBg.gif) no-repeat;
}

.topSearchArea {
	clear:both;
	float:left;
	height:22px;
	width:348px;
	margin:0px 0px 0px 9px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	color: #585858;
}
* html .topSearchArea { margin:0px 0px 0px 9px; padding:0px; }

.topSearchArea a{
	text-decoration:none;
	color: #585858
}

.topSearchForm {
	height:29px;
	vertical-align: top;
}
.topSearchBtn {
	width: 80px;
	float:left;
}
.topSearchBtn img {
	border: none;
}

.topSearchInputArea {
	width:366px;
	height:29px;
	margin:0px;
	padding: 0px;
	clear:none;
	float:left;
}

.topSearchFormInput {
	margin: 2px 9px auto 9px;
	border: solid 1px #bba3c8;
	width: 348px;
	height: 19px;
}

.topSearchBtn {
	border:none;
	margin:0px 5px 0px 0px;
}

