/* 
----------------------------------
Screen Style Sheet
Author: 	Mike Tighe
Site:		bigrockuntapped.com
Date:		March 2008
----------------------------------
*/

#main_col.find_music hr { 
border: none; 
background: transparent url(../images/dividers/main_divider_dotted.jpg) no-repeat top left;
height: 3px;
line-height: 3px;
margin: 0 0 25px 0;
clear: both;
}

/*-------------------------
	> Headers
-------------------------*/
.find_music h1 {
background: transparent url(../images/titles/find_music.gif) no-repeat top left;
width: 203px;
height: 32px;
line-height: 32px;
text-indent: -9999px;
overflow: hidden;
}

.find_music h2.genre { 
background: transparent url(../images/titles/find_music_genre_search.gif) no-repeat top left;
width: 204px;
height: 16px;
line-height: 16px;
text-indent: -9999px;
overflow: hidden;
}

.find_music p.province { 
background: transparent url(../images/titles/find_music_prov.gif) no-repeat top left;
width: 96px;
height: 15px;
line-height: 15px;
overflow: hidden;
text-indent: -9999px;
margin: 0 0 5px 0;
}

.find_music p.city { 
background: transparent url(../images/titles/find_music_city.gif) no-repeat top left;
width: 45px;
height: 15px;
line-height: 15px;
overflow: hidden;
text-indent: -9999px;
margin: 0 0 5px 0;
}

/*-------------------------
	> Form Styles
-------------------------*/
#search_genres { margin: 0.75em 0 0 0;}
#search_genres ul {}
#search_genres ul li { list-style: none; float: left; margin: 0 0 12px 0; width: 110px;}
#search_genres ul li input {}
#search_genres ul li label { font-size: 12px; color: #765411;}

#find_province { float: left; margin: 0 0.75em 0 0; clear: left;}
#find_city { float: left; clear: right;}
.submit { margin: 1em 0 0 0;}