/*
	This file contains all style for the 'Find Your state' widget scattered throughout 
	the site (faq pages, etc.). Include this file into another stylesheet using - 
	@import url(find_state_widget.css);

	Note: @import directives must be placed at the very top of a stylesheet.
*/


/*------------------------------------------------------------------------------------------------------------------
                                                    FAQ PAGES                    
------------------------------------------------------------------------------------------------------------------*/
/* Note: find state widget is slightly narrower on faq pages than elsewhere in site. This is due to the slightly
		 narrower width of the sidebar on faq pages. */

#find_state_widget {
	padding: 31px;
	background: url(../images/forms/find_state_bg.png); 
	width: 187px; height: 176px;
	margin: -38px 0 0 11px;
}

#select_state{
	margin: 30px 0 0 250px;
}

.spanish #find_state_widget {
	padding: 31px;
	background: url(../images/forms/find_state_bg_sp.png); 
	width: 187px; height: 196px;
	margin: -38px 0 0 11px;
}

#find_state_widget h4 {
	text-align: center;
}
#find_state_widget a, .find_state a:visited {
	color: #2B9ADE;
}
#find_state_widget form.find_state_info div {
	margin-bottom: 10px;
}
#find_state_widget .find_state_info ul{
	width: 185px !important;
}

/*------------------------------------------------------------------------------------------------------------------
                                            	ALL OTHER PAGES                    
------------------------------------------------------------------------------------------------------------------*/
/* Note: These pages include: (1) traffic tickets landing page. */
#find_state_widget_wider {
	position: relative;
}
#find_state_widget_wider form {
	position: absolute;
	top: -134px; left: 43px;
	width: 190px;
}

.spanish #find_state_widget_wider form {
	position: absolute;
	top: -143px; left: 43px;
}

#find_state_widget_wider h4 {

}
.spanish #find_state_widget_wider h4 {
	font-size: 17px;
}
#find_state_widget_wider p {
	position: absolute;
	top: -35px; left: 47px;
	width: 190px;
}

.spanish #find_state_widget_wider p {
	position: absolute;
	top: -27px; left: 47px;
	width: 190px;
}

#find_state_widget_wider p {
	top: -75px;
}

.spanish #find_state_widget_wider p {
	top: -85px;
}
.iframe_light_box_hint select#find_state_info,
.iframe_light_box_hint select#find_state_select {
        margin: 30px 0 20px 0;
}
