* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #A1D0FE url(/images/bg.jpg) repeat-x 0 0;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	position: relative;
}
#wrapper {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}

/* Home Page Styles ---------------------- */

#home_body {
	float: left;
	display: inline;
	margin-left: 99px;
	width: 822px;
	background: #FC6 url(/images/home_bottom.gif) no-repeat bottom left;
	padding-bottom: 15px;
}
#sub_nav {
	float: left;
	width: 100%;
	height: 43px;
	text-align: center;
	padding-top: 5px;
}
#sub_nav a img { border: 0; }
#home_left {
	float: left;
	display: inline;
	width: 510px;
	margin: 0 14px 0 12px;
}
#home_right {
	float: left;
	display: inline;
	width: 274px;
}

	/* News Styles */
	
	#news {
		float: left;
		display: inline;
		padding-top: 62px;
		width: 510px;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		background: transparent url(/images/news_top.gif) no-repeat 0 0;
	}
	#news div {
		float: left;
		display: inline;
		width: 510px;
		height: 370px;
		background: transparent url(/images/news_body.gif) repeat-y 0 0;
	}
	#news div div {
		float: left;
		display: inline;
		width: 510px;
		font-size: 13px;
		line-height: 20px;
		color: #4A67B0;
		background: transparent url(/images/news_bottom.gif) no-repeat bottom left;
	}
	#news div div ul {
		float: left;
		display: inline;
		width: 470px;
		margin: 0 0 0 20px;
		padding-bottom: 20px;
		list-style-type: none;
		font-size: 13px;
		color: #4A67B0;
	}
	#news div div ul li {
		float: left;
		width: 100%;
	}
	#news div div ul li a {
		float: left;
		width: 100%;
	}
	#news div div a, #news div div a:active, #news div div a:visited { text-decoration: none; }
	#news div div a:hover { text-decoration: underline; }
	#news div div p {
		float: left;
		display: inline;
		width: 470px;
		margin: 0 0 20px 20px;
	}
	
	/* Callout */
	
	#home_right #window {
		float: left;
		width: 274px;
		color: #722C69;
		background: transparent url(/images/right_window_middle.jpg) repeat-y 0 0;
	}
	#home_right #window div {
		position: relative;
		float: left;
		width: 274px;
		padding: 0 0 30px 0;
		background: transparent url(/images/home_callout_top.jpg) no-repeat 0 0;
	}
	#home_right #window div p {
		float: left;
		display: inline;
		width: 184px;
		margin: 35px 0 0 70px;
	}
	#home_right #window_bottom {
		float: left;
		width: 100%;
		padding-bottom: 13px;
		line-height: 1px;
		font-size: 1px;
		margin-bottom: 20px;
		background: transparent url(/images/home_callout_bottom.jpg) no-repeat bottom right;
	}
	#home_right #window_bottom a {
		display: block;
		width: 130px;
		height: 29px;
		margin-left: 73px;
		padding-top: 2px;
	}
	p#footer {
		float: left;
		width: 1013px;
		font-size: 11px;
		text-align: center;
		color: #636;
		padding: 12px 0 40px 0;
	}
	p#footer a, p#footer a:active, p#footer a:visited {
		color: #636;
		text-decoration: underline;
	}
	p#footer a:hover {
		text-decoration: none;
	}
	
/* Newsletter Signup */

.free_song_form {
	position: relative; 
	float: left; 
	display: block; 
	width: 276px; 
	height: 215px; 
	margin-bottom: 20px;
	background-image: url(/images/freesong.jpg);
}
#free_song_home { background-image: url(/images/freesong_home.jpg); }
.free_song_form input {
	position: absolute; 
	left: 72px; 
	padding: 4px 0 0 4px; 
	height: 16px; 
	width: 166px; 
	font-weight: bold;
	border: 0;
}
.free_song_form input.selected {
	border: 1px solid #AF0365;
	padding-left: 3px;
}
#free_song_name { top: 90px; }
#free_song_name.selected { top: 89px; }
#free_song_email { top: 127px; }
#free_song_email.selected { top: 126px; }
#free_song_button {
	display: block;
	position: absolute; 
	top: 165px; 
	left: 46px; 
	width: 185px; 
	height: 30px; 
}
#newsletter {
	position: relative;
	float: left;
	width: 274px;
	height: 124px;
	background: transparent url(/images/newsletter.gif) no-repeat 0 0;
}
#newsletter input {
	position: absolute;
	top: 53px;
	left: 87px;
	width: 140px;
	border: 0;
	background-color: transparent;
	font-size: 11px;
	color: #999;
}
#newsletter input.selected { color: #000; }
#newsletter a {
	position: absolute;
	top: 82px;
	left: 74px;
	display: block;
	width: 129px;
	height: 29px;
}
	
/* Interior Styles ------------- */

	/* Header and Navigation */
	
	.header {
		position: relative;
		float: left;
		width: 1024px;
		height: 210px;
		background: transparent url(/images/header.jpg) no-repeat 0 0;
	}
	#header_teens { background-image: url(/images/header_teens.jpg); }
	#header_women { background-image: url(/images/header_women.jpg); }
	.header a#logo {
		position: absolute;
		top: 40px;
		left: 300px;
		display: block;
		width: 400px;
		height: 120px;
	}
	.header ul {
		position: absolute;
		top: 148px;
		left: 143px;
		list-style-type: none;
	}
	.header ul li {
		float: left;
		display: inline;
	}
	.header ul li a {
		display: block;
		height: 62px;
	}
	.header ul li a:hover { background-position: 0 -62px; }
	.header ul li#music a {
		width: 77px;
		background-image: url(/images/nav/music.gif);
	}
	.header ul li#fun_and_games a {
		width: 136px;
		background-image: url(/images/nav/fun_and_games.gif);
	}
	.header ul li#cartoons a {
		width: 112px;
		background-image: url(/images/nav/cartoons.gif);
	}
	.header ul li#ask_docrock a {
		width: 142px;
		background-image: url(/images/nav/ask_docrock.gif);
	}
	.header ul li#podcasts a {
		width: 108px;
		background-image: url(/images/nav/podcasts.gif);
	}
	.header ul li#blog a {
		width: 59px;
		background-image: url(/images/nav/blog.gif);
	}
	.header ul li#gift_shop a {
		width: 112px;
		background-image: url(/images/nav/gift_shop.gif);
	}
	
	/* Body Styles */
	
	#main {
		position: relative;
		float: left;
		display: inline;
		width: 818px;
		margin-left: 103px;
		background: #507CC3 url(/images/body_bg.gif) repeat-x 0 0;
	}
	#body_bottom {
		float: left;
		display: inline;
		width: 818px;
		height: 35px;
		margin-left: 103px;
		background: transparent url(/images/body_bottom.gif) no-repeat 0 0;
	}
	#main_top {
		float: left;
		display: inline;
		width: 800px;
		background: transparent url(/images/container_top.gif) no-repeat 0 0;
	}
	#main_middle {
		float: left;
		display: inline;
		width: 800px;
		background: transparent url(/images/container_middle.gif) repeat-y 0 0;
		margin-left: 9px;
	}
	#content {
		float: left;
		display: inline;
		width: 745px;
		margin-left: 43px;
		padding-top: 38px;
	}
	#main_bottom {
		float: left;
		display: inline;
		width: 800px;
		height: 17px;
		line-height: 1px;
		font-size: 1px;
		margin-left: 9px;
		background: transparent url(/images/container_bottom.gif) no-repeat bottom right;
	}
	.header_image {
		margin-bottom: 20px;
	}
	#left_column {
		float: left;
		display: inline;
		width: 423px;
		color: #4A67B0;
	}
	#right_column {
		float: right;
		display: inline;
		width: 274px;
	}
	
/* Right Column Styles */

#right_column #window {
	float: left;
	width: 274px;
	color: #722C69;
	background: transparent url(/images/right_window_middle.jpg) repeat-y 0 0;
}
#right_column #window div {
	position: relative;
	float: left;
	width: 274px;
	padding: 0 0 30px 0;
	background: transparent url(/images/right_window_top.jpg) no-repeat 0 0;
}
#right_column #window div img {
	float: left;
	margin: 35px 0 25px 70px;
}
#right_column #window div p {
	float: left;
	display: inline;
	width: 184px;
	margin: 35px 0 0 70px;
}
#right_column #window div ul {
	float: left;
	display: inline;
	width: 184px;
	margin-left: 70px;
	list-style-type: none;
	line-height: 16px;
}
#right_column #window div ul li img {
	position: static;
}
#right_column #window div ul li { 
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
#right_column #window div ul li a, #right_column #window div ul li a:active, #right_column #window div ul li a:visited {
	float: left;
	color: #722C69;
	text-decoration: none;
}
#right_column #window div ul li a:hover { text-decoration: underline; }
#right_column #window_bottom {
	float: left;
	width: 100%;
	padding-bottom: 13px;
	line-height: 1px;
	font-size: 1px;
	background: transparent url(/images/right_window_bottom.jpg) no-repeat bottom right;
}
#right_column #window_bottom a {
	display: block;
	width: 130px;
	height: 29px;
	margin-left: 73px;
	padding-top: 2px;
}
#right_column #newsletter {
	margin-bottom: 20px;
	height: 125px;
	background: transparent url(/images/right_newsletter.jpg) no-repeat 0 0;
}
	
/* Ask Doc Rock */

#left_column .question {
	float: left;
	width: 100%;
	padding-bottom: 60px;
}
#left_column .question div {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#left_column .question div {
	font-size: 13px;
}
#left_column .question div img {
	float: left;
	margin: 0 10px 0 0;
}
.question_title {
	text-align: left;
	color: #906;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}
.question_title a, .question_title a:active, .question_title a:visited { 
	color: #906;
	text-decoration: none;
}
.question_title a:hover { text-decoration: underline; }
#ask_docrock_form {
	font-weight: bold;
}
	
/* Blog */

#left_column .blog_entry {
	float: left;
	width: 100%;
	padding-bottom: 40px;
	font-size: 13px;
	margin-bottom: 10px;
}
.blog_title {
	text-align: left;
	color: #906;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	margin: 0;
}
.blog_separator { 
	text-align: center;
	padding: 10px 0;
	margin: 0;
}
.blog_date {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: center;
	margin-bottom: 20px;
}
.blog_title a, .blog_title a:active, .blog_title a:visited { 
	color: #906;
	text-decoration: none;
}
.blog_title a:hover { text-decoration: underline; }
#blog_comment_form {
	font-weight: bold;
}

/* Press and News */

#press_left {
	float: left;
	display: inline;
	width: 455px;
	color: #4A67B0;
}
#press_body {
	float: left;
	display: inline;
	width: 455px;
	margin-left: -15px;
	color: #4A67B0;
}
#press_body .press_entry {
	float: left;
	width: 455px;
	margin-bottom: 15px;
	background: #DFECFB url(/images/press_entry_top.gif) no-repeat 0 0;
}
#press_body .press_entry div {
	position: relative;
	float: left;
	width: 455px;
	background: transparent url(/images/press_entry_bottom.gif) no-repeat bottom left;
}
#press_body .press_entry div div {
	float: left;
	display: inline;
	width: 390px;
	margin: 0 20px 0 45px;
	padding: 25px 0 10px 0;
	background-image: none;
}
#press_body .press_entry div img.press_icon {
	position: absolute;
	top: 24px;
	left: 15px;
}
/*.press_entry a img { border: 3px solid #4A67B0; }*/
.press_entry .press_title { 
	text-align: left;
	color: #906;
	font-weight: bold;
	font-size: 17px;
	line-height: 18px;
	margin-bottom: 5px; 
}
.press_entry .press_title a, .press_entry .press_title a:active, .press_entry .press_title a:visited { 
	color: #906;
	text-decoration: none;
}
.press_entry .press_title a:hover { text-decoration: underline; }
.press_entry .press_date {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}
p.go_back a {
	color: #390;
	text-decoration: none;
}
p.go_back a:hover, p.go_back a.selected {
	border-bottom: 1px solid #390;
}
#press_nav {
	position: relative;
	float: left;
	display: inline;
	width: 274px;
	height: 262px;
	margin-bottom: 20px;
	background: transparent url(/images/press_nav.gif) no-repeat 0 0;
}
#press_nav .press_main {
	position: absolute;
	display: block;
	top: 25px;
	left: 20px;
	width: 240px;
	height: 25px;
}
#press_nav ul {
	float: left;
	display: inline;
	width: 240px;
	margin: 70px 0 0 25px;
	list-style-type: none;
}
#press_nav ul li {
	float: left;
	width: 100%;
	height: 20px;
	display: block;
	margin-bottom: 13px;
}
#press_nav ul li a { 
	float: left;
	width: 100%;
	height: 20px;
	display: block;
}
ul.press_ul {
	margin: 0 0 15px 25px;
	list-style-type: circle;
}

/* News */

#left_column .news_entry {
	float: left;
	width: 100%;
	padding-bottom: 40px;
	font-size: 13px;
	margin-bottom: 10px;
}
.news_title {
	text-align: left;
	color: #906;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	margin: 0;
}
.news_separator { 
	text-align: center;
	padding: 10px 0;
	margin: 0;
}
.news_date {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: center;
	margin: 0;
}
.news_author {
	font-size: 10px;
	color: #390;
	letter-spacing: .3em;
	text-align: center;
	margin: 0;
}
.news_author span { text-transform: uppercase; }
.news_body { margin-top: 20px; }
.news_link { text-align: center; }
.news_title a, .news_title a:active, .news_title a:visited { 
	color: #906;
	text-decoration: none;
}
.news_title a:hover { text-decoration: underline; }

/* Comment Styles */

#comments {
	float: left;
	display: inline;
	width: 423px;
	margin-top: -50px;
	padding-bottom: 20px;
}
.comment {
	float: left;
	width: 423px;
	background-repeat: repeat-y;
	margin: 0 0 12px 0;
	font-size: 13px;
}
.comment div {
	float: left;
	width: 423px;
	background-position: 0 0;
	background-color: transparent;
}
.comment div div {
	padding: 20px 0 30px 0;
	background-position: bottom left;
}
.comment div div p {
	float: left;
	display: inline;
	width: 345px;
	margin-left: 38px;
}
.comment div div p.comment_title {
	color: #906;
	font-weight: bold;
}
.comment div div p.comment_date {
	font-size: 11px;
	color: #906;
	margin-bottom: 13px;
}
.green { background-image: url(/images/comments_middle_green.jpg); }
.green div { background-image: url(/images/comments_top_green.jpg); }
.green div div { background-image: url(/images/comments_bottom_green.jpg); }
.blue { background-image: url(/images/comments_middle_blue.jpg); }
.blue div { background-image: url(/images/comments_top_blue.jpg); }
.blue div div { background-image: url(/images/comments_bottom_blue.jpg); }
.orange { background-image: url(/images/comments_middle_orange.jpg); }
.orange div { background-image: url(/images/comments_top_orange.jpg); }
.orange div div { background-image: url(/images/comments_bottom_orange.jpg); }
.yellow { background-image: url(/images/comments_middle_yellow.jpg); }
.yellow div { background-image: url(/images/comments_top_yellow.jpg); }
.yellow div div { background-image: url(/images/comments_bottom_yellow.jpg); }
	
/* Music Page ------------------ */

	#music_body {
		position: relative;
		float: left;
		display: inline;
		width: 798px;
		margin-left: 10px;
		padding-top: 174px;
		background: #BFE0EF url(/images/music/top_bg.jpg) no-repeat 0 0;
	}
	#music_bottom {
		float: left;
		display: inline;
		width: 798px;
		margin-left: 10px;
		height: 12px;
		font-size: 1px;
		line-height: 1px;
		background: #BFE0EF url(/images/music/bottom.jpg) no-repeat 0 0;
	}
	#music_top_text {
		position: absolute;
		width: 585px;
		left: 125px;
		top: 70px;
		color: #FFF;
		font-size: 14px;
		color: #FFF;
		font-family: Helvetica, Arial, sans-serif;
		z-index: 0;
	}
	.music_separator {
		float: left;
		width: 100%;
		height: 4px;
		margin: 25px 0;
		background: transparent url(/images/music/separator.jpg) no-repeat 0 0;
	}
	.album {
		float: left;
		display: inline;
		margin-left: 37px;
		width: 737px;
	}
	.album .left {
		float: left;
		display: inline;
		width: 186px;
		margin-right: 12px;
		text-align: center;
	}
	.album .left .buy_cd {
		position: relative;
		width: 186px;
		height: 282px;
	}
	.album .left .buy_cd img {
		position: absolute;
		left: 0;
		top: 0; 
	}
	.album .left .buy_cd .overlay {
		position: absolute;
		left: 0;
		top: 0; 
		width: 186px;
		height: 282px;
		background: transparent url(/images/music/buy_cd.png) no-repeat 0 0;
	}
	.album .right {
		float: left;
		display: inline;
		width: 539px;
	}
	.album .right img.album_title { margin-bottom: 24px; }
	.album .right table {
		width: 539px;
		border-collapse: collapse;
		border: 0;
		font-size: 12px;
		color: #222;
	}
	.album .right table tbody tr td {
		height: 23px;
		background: transparent url(/images/music/light_bg.jpg) repeat-x 0 0;
	}
	.album .right table tbody tr.alt td { background-image: url(/images/music/dark_bg.jpg); }
	.album .right table tbody tr.selected td { background-image: url(/images/music/green_bg.jpg); }
	.album .right table .track_number {
		width: 26px;
		padding-left: 12px;
		font-weight: bold;
		color: #009;
	}
	.album .right table .track_title { width: 246px; }
	.album .right table .track_title a, .album .right table .track_title a:active, .album .right table .track_title a:visited,
	.album .right table .track_title a:hover {
		position: relative;
		color: #222;
		text-decoration: none;
	}
	.album .right table .track_title a:hover span { display: block; }
	.album .right table .track_preview {
		width: 40px;
		text-align: center;
	}
	.album .right table .track_preview .track_play, .album .right table .track_preview .track_pause {
		display: block; 
		width: 19px;
		height: 18px;
		margin-left: 11px;
	}
	.album .right table tr.selected .track_preview .track_play { background-image: url(/images/music/play_green.jpg); }
	.album .right table tr.alt .track_preview .track_play { background-image: url(/images/music/play_dark.jpg); }
	.album .right table tr .track_preview .track_play { background-image: url(/images/music/play_light.jpg); }
	.album .right table tr.alt .track_preview .track_pause { background-image: url(/images/music/pause_dark.jpg); }
	.album .right table tr .track_preview .track_pause { background-image: url(/images/music/pause_light.jpg); }
	.album .right table tr.selected .track_preview .track_pause { background-image: url(/images/music/pause_green.jpg); }
	.album .right table .track_preview img { border: 0; }
	.album .right table .track_mp3, .album .right table .track_sheet {
		text-align: center;
		width: 80px;
	}
	.album .right table .track_mp3 a, .album .right table .track_sheet a {
		display: block;
		width: 64px;
		height: 18px;
		margin-left: 8px;
		background-image: url(/images/music/add_to_cart_light.jpg);
	}
	.album .right table tbody tr.alt .track_mp3 a, .album .right table tbody tr.alt .track_sheet a {
		background-image: url(/images/music/add_to_cart_dark.jpg);
	}
	.album .right table tbody tr.selected .track_mp3 a, .album .right table tbody tr.selected .track_sheet a {
		background-image: url(/images/music/add_to_cart_green.jpg);
	}
	.album .right table .track_cart {
		text-align: center;
		width: 55px;
	}
	.album .right table tfoot tr td {
		height: 39px;
		background: transparent url(/images/music/white_bg.jpg) repeat-x 0 0;
	}
	.album .right table tfoot tr td.album_entire {
		color: #783486;
		font-weight: bold;
		width: 312px;
		padding-left: 12px;
	}
	.album .right table tfoot tr .track_mp3 a {
		display: block;
		width: 64px;
		height: 18px;
		margin-left: 8px;
		background-image: url(/images/music/add_to_cart_white.jpg);
	}
	
		/* Lyrics */
		
		body#lyrics {
			text-align: left;
			padding: 20px;
			line-height: 16px;
			background: #FFF url(../) no-repeat 0 0;
		}
		body#lyrics p { 
			padding-left: 10px;
		}
		body#lyrics p.lyric_title { 
			font-weight: bold;
			padding: 5px 0;
			border-top: 1px solid #CCC;
			border-bottom: 1px solid #CCC;
			padding-left: 0;
			text-indent: 10px;
		}
	
		/* Podcast Styles */
		
		.album .right table .podcast_title { width: 390px; }	
		#podcast_signup { padding-left: 10px; }
	
	/* Shopping Cart */
	
	#shopping_cart {
		position: fixed;
		top: 75px;
		width: 764px;
		z-index: 1;
		font-size: 12px;
		color: #555;
		font-weight: bold;
		text-align: left;
	}
	#cart_top {
		position: relative;
		float: left;
		width: 764px;
		height: 88px;
		background-image: url(/images/music/cart_top.png);
	}
	#cart_top a {
		position: absolute;
		display: block;
		width: 25px;
		height: 25px;
		right: 46px;
		top: 42px;
	}
	#cart_top img {
		position: absolute;
		left: 44px;
		top: 47px;
	}
	#cart_body {
		float: left;
		width: 764px;
		background: transparent url(/images/music/cart_body.png) repeat-y 0 0;
	}
	#cart_body .cart_page {
		float: left;
		display: inline;
		width: 679px;
		margin-left: 43px;
	}
	.cart_page .group {
		float: left;
	}
	#shopping_cart table {
		float: left;
		display: inline;
		width: 679px;
		margin-left: 43px;
	}
	#shopping_cart table { border-top: 1px solid #C7C6C5; }
	#shopping_cart table tr td { 
		padding: 4px 0;
		border-bottom: 1px solid #C7C6C5;
	}
	#shopping_cart table tr#cart_empty td { 
		width: 679px;
		text-indent: 5px;
	}
	#shopping_cart table .track_title { 
		width: 445px;
		text-indent: 5px;
	}
	#shopping_cart table .track_quantity { 
		text-align: center;
		width: 85px;
	}
	#shopping_cart table .track_quantity input {
		padding: 4px;
		width: 17px;
		border: 1px solid #C7C6C5;
	}
	#shopping_cart table .track_price { width: 85px; }
	#shopping_cart table .track_remove { width: 64px; }
	#cart_bottom {
		position: relative;
		float: left;
		width: 764px;
		height: 114px;
		background-image: url(/images/music/cart_bottom.png);
	}
	#cart_bottom table { border-top: 2px solid #C7C6C5; }
	#cart_bottom #cart_buttons {
		position: absolute;
		bottom: 46px;
		right: 43px;
		height: 19px;
	}
	#cart_bottom #cart_buttons a {
		float: right;
		display: inline; 
		margin-left: 17px;
	}
	#cart_body .text_field { width: 300px; }
	#cart_bottom p {
		width: 679px;
		margin-left: 43px;
		padding-top: 15px;
		font-weight: bold;
	}
	
/* Pagination */

p.pagination {
	font-size: 13px;
	font-weight: bold;
	color: #390;
	padding-bottom: 60px;
}
p.pagination a {
	color: #390;
	text-decoration: none;
}
p.pagination a:hover, p.pagination a.selected {
	border-bottom: 1px solid #390;
}

/* Contact Page */

#contact_form {
	font-weight: bold;
}
#contact_form label { width: 150px; }
#contact_form .text_field {
	float: left;
	display: inline; 
	width: 250px;
	margin-bottom: 10px;
}
#contact_form img { margin: 20px 0 0 150px; }
#contact_form label img { margin: 5px 0 0 0; }
#contact_form { font-weight: bold; }
	
/* Form Styles */

.group { width: 100%; }
label {
	float: left;
	display: inline;
	width: 125px;
	color: #906;
}
label img { margin: 5px 0 0 0; }
.text_field {
	border: 1px solid #ADD2F9;
	color: #FF4200;
	font-size: 13px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 4px 3px;
	width: 100%;
	margin-bottom: 10px;
}
select.text_field { background-color: #FFF; }

/* Miscelaneous Styles --------- */

a span { display: none; }
a, a:active, a:visited { 
	outline: none;
	color: #4A67B0;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
a img { border: 0; }
p { margin-bottom: 20px; }
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.title {
	text-align: left;
	color: #906;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}