@charset "utf-8";
/* CSS Document */
/* ######################################Jay Mata Di############################################## 
CSS Document
Created by: Kumar Anand
Copyright www.myfm.com allrights reserved.
####################################################################################################*/
body{
	margin:0;
	padding:0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	text-align:centre;
	background:#9B1069 url(../images/fm_bg.gif) center repeat-y;
	
}

#img{
	border:none;
}
div, img, p, a, ul, form, input, label, h2, h3{
	padding:0; margin:0;
	}
.spacer{
	line-height:0; font-size:0; clear:both;
	}
.clear{
	clear:both;
	font-size:0;
	visibility:hidden;
}
ul{ 
list-style-image:url(../images/arrow1.gif);
}
li{
line-height:16px;}
#container{
	width:1000px;
	text-align:centre;
	margin:0px auto;
}

/* CSS for index inner page */
#container_inner{
	background:url(../images/bg.gif) repeat-y;
	width:1000px;
	margin:0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header_logo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/header.gif) no-repeat;
	width:1000px;
	height:184px;
	}
#logo{
	float:left;
	width:156px;
	margin-left:10px;
	}
#header_right{
	float:left;
	font:Verdana, Arial, Helvetica, sans-serif;
	width:814px;
	margin-left:10px;
}
#header_adv{
	margin-top:9px;
	width:710px;
	margin-left:50px;
}
#welcome_text{
float:left;
	width:320px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:10px;
	margin-left:35px;
	
}
#welcome_text a:link{
	color:#FFFFFF;
	text-decoration:none;
}
#welcome_text a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#welcome_text a:hover{
	color:#ffcc00;
	text-decoration:none;
}
#welcome_text a:active{
	color:#ffcc00;
	text-decoration:none;
}
#main_menu{
	font:Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto;
	text-align:center;
	
	}
#menu_blank{
	float:left;
	width:120px;
}
#menu{
	float:left;
	width:780px;
	padding-left:0px;
	margin-top:-30px;
}


#music{
	float:left;
	width:32px;
	height:32px;
	
}
#on_off{
	float:left;
	color:#FFFFFF;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:0px;
	padding-top:15px;
	padding-left:5px;
	

	}
#content_box{
	font:Verdana, Arial, Helvetica, sans-serif;
	width:905px;
	margin-left:57px;
}
#content_box_left{
	width:625px;
	float:left;
	
	
}
#content_box_right{
	width:264px;
	float:left;
	padding-top:7px;
}
#rj_box{
	width:618px;
	height:170px;
}
#blog_main{
font:Verdana, Arial, Helvetica, sans-serif;
width:303px;}
#blog_main a:link{
	color:#FFFFFF;
	text-decoration:none;
}
#blog_main a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#blog_main a:hover{
	color:#ffcc00;
	text-decoration:none;
}
#blog_main a:active{
	color:#ffcc00;
	text-decoration:none;
}
#blog_box{
font:Verdana, Arial, Helvetica, sans-serif;}
#blog_up_arrow{
text-align:left;
padding-bottom:10px;}
#blog_down_arrow{

text-align:left;}
#blog_content_controler{
float:left;
}
#blog_content_left{
float:left;
width:200px;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
#blog_content_right{
float:left;
text-align:center;
padding-bottom:10px;
}
/* Glider Start */
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 265px; 
	overflow: hidden;
/*	border:1px solid #cccccc;*/
	}
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:265px;
		overflow:hidden;
		float:left;
	}
div.scroller div.content {
		width: 10000px;
}
div#section1 {
}
div#section2 {
}
div#section3 {
}
div#section4 {
}
div#section5 {
}
/* Glider Close */
#gliderbox{
	font-size:11px;
	color:#000000;
	text-align:left;
	margin:0 auto;
}
#gliderbox a:link{
	color:#000000;
	text-decoration:none;
}
#gliderbox a:visited{
	color:#000000;
	text-decoration:none;
}
#gliderbox a:hover{
	color:#bd3355;
	text-decoration:none;
}
#gliderbox a:active{
	color:#bd3355;
	text-decoration:none;
}
/* Glider Close */

/* Glider option 1*/
.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 300px;
height: 90px; /* Set height to be able to contain height of largest content shown*/
/*border: 5px solid #687C98;*/
overflow: hidden;
/*background:#999999;*/
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 10px;
visibility: hidden;
width: 300px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width:200px;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid black;
color: #2e6ab1;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}
/* Glider option 1*/

#rj_img{
float:left;
	text-align:center;
	float:left;
	margin-left:15px;
	margin-top:10px;
}
#rj_text_box{
float:left;
width:357px;
margin-top:30px;
}
#rj_heading{
float:left;
color:#520531;
font-weight:bold;
font:Arial, Helvetica, sans-serif;
font-size:16px;
}
#rj_name{
margin-top:5px;
font:Verdana, Arial, Helvetica, sans-serif;
color:#dd2e13;
float:left;
font-size:14px;
font-weight:bold;
}
#rj_view{
font:Verdana, Arial, Helvetica, sans-serif;
float:left;
font-size:12px;
margin-top:10px;
}
#content_below{
width:600px;
float:left;
}
#content_below_left{
width:303px;
float:left;
}
#content_below_right{
float:left;
width:260px;
margin-left:10px;

}
#rj_blog{
float:left;
font:Verdana, Arial, Helvetica, sans-serif;
width:210px;
}
#blog_header{
background:url(../images/tab_bg.gif) no-repeat;
margin-left:10px;
width:179px;
height:50px;
}
#blog_header_text{
color:#FFFFFF;
font-size:14px;
font-weight:bold;
padding-top:12px;
margin-left:10px;
font-family:Arial, Helvetica, sans-serif;
}
#blog_text{
color:#804667;
font-size:12px;
padding-top:5px;
margin-left:10px;
width:198px;
}
#blog_spacer{
width:85px;}
#rj_blog_box1_left{
	margin-top:15px;
}
#blog_comment{
background:#520531;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding:5px;
color:#FFFFFF;
margin-left:15px;
font-weight:bold;
}
#blog_comment a:link{
	color:#FFFFFF;
	text-decoration:none;
}
#blog_comment a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#blog_comment a:hover{
	color:#ffcc00;
	text-decoration:none;
}
#blog_comment a:active{
	color:#ffcc00;
	text-decoration:none;
}
#rj_blog_img{
float:left;
width:90px;
text-align:centre;
}
#blog_arrow_up{
text-align:center;
}
#blog_rj_img{
text-align:centre;
}
#blog_rj_down{
text-align:centre;
}
#frame_border{
padding-top:14px;
}
#more{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
text-align:right;
}
#more a:link{
	color:#a51b73;
	text-decoration:none;
}
#more a:visited{
	color:#000033;
	text-decoration:none;
}
#more a:hover{
	color:#000033;
	text-decoration:none;
}
#more a:active{
	color:#ffcc00;
	text-decoration:none;
}
#fun_header{
background:url(../images/tab_bg.gif) no-repeat;
width:179px;
height:50px;
margin-left:10px;
}
#fun_header_text{
color:#FFFFFF;
font-size:14px;
font-weight:bold;
padding-top:12px;
margin-left:10px;
font-family:Arial, Helvetica, sans-serif;
}
#fun_text{
color:#804667;
font-size:12px;
padding-top:5px;
margin-left:10px;
}
#vedio_main{
width:318px;
margin-top:10px;
}
#movie_vedio_main{
width:318px;
margin-top:100px;
}
#vedio_left{
float:left;
width:200px;
}
#vedio_text{
margin-left:10px; 
padding-top:10px; 
font-family:Arial, Helvetica, sans-serif;
font-size:14px; 
font-weight:bold; 
color:#b6498f;}
#vedio_right{
float:left;
width:80px;
}
#vedio_right_scroll{
float:left;
overflow:auto;
height:139px;
margin-top:30px;
width:90px;
}
#vedio_player{
margin-left:8px;
margin-top:10px;}
#vedio_thumb1{
float:left;
margin-top:10px;

}
#vedio_thumb2{
margin-top:10px;
}
#vedio_thumb3{
margin-top:10px;
}

#song_of_day{
width:265px;
font:12px Verdana, Arial, Helvetica, sans-serif;
padding-bottom:5px;
}

#song_of_day_content_box{
font-family:Verdana, Arial, Helvetica, sans-serif;}
#song_of_day_text{
float:left;
}
#song_of_day_img{
float:right;
width:68px;
height:69px;
background:url(../images/wave.gif);
}
#vote{
width:36px;
height:18px;
text-align:center;
background:url(../images/Vote.gif);
color:#FFFFFF;
}
#login{
width:252px;
height:106px;
background:url(../images/login_bg.gif) no-repeat;

}
#login a:link{
	color:#FFFFFF;
	text-decoration:none;
}
#login a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#login a:hover{
	color:#ffcc00;
	text-decoration:none;
}
#login a:active{
	color:#ffcc00;
	text-decoration:none;
}
#login_above{
font:Verdana, Arial, Helvetica, sans-serif;}
#login_box1{
float:left;
width:83px;
}
#login_box2{
float:left;
width:113px;
}
#login_box3{
float:left;
width:50px;
}
#username{
color:#FFFFFF;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:16px;
margin-left:10px;}
#passw{
color:#FFFFFF;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:16px;
margin-left:10px;}
#text_box1{
margin-top:15px;
}
#text_box2{
margin-top:15px;
}
#login_img{
float:left;
width:30px;
height:30px;
margin-top:24px;
margin-left:5px;
}
#login_lower{
float:left;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#forget_pass{
width:105px;
float:left;
color:#FFFFFF;
margin-left:20px;
margin-top:5px;
font-size:11px;}
#new_user_reg{
width:90px;
float:left;
color:#FFFFFF;
margin-left:3px;
font-size:11px;
margin-top:5px;}
#listin_station{
margin-top:10px;}
#dedicated_box{
font:Verdana, Arial, Helvetica, sans-serif;
width:265px;
margin-top:10px;}
#main{
height:184px;
font:12px font:Verdana, Arial, Helvetica, sans-serif;
background:url(../images/dedicated.gif) no-repeat;
}
#text_container{
float:left;
width:190px;
}
#dedicate{
float:left;
width:140px;
height:20px;
margin:10px 14px 8px 18px;

}
#headfone_container{
float:left;
}
#headfone{
float:left;
width:55px;
height:52px;
background:url(../images/speaker.gif) no-repeat;
}
#music1{
width:175px;
padding-left:5px;
padding-top:5px;

}
#music2{
width:175px;
padding-left:5px;
}
#music3{
width:175px;
padding-left:5px;
}
#music_radio{
float:left;
width:15px;
height:15px;
background:url(../images/dot.gif) no-repeat;
margin-left:15px;
padding-bottom:10px;
}
#music_sound{
float:left;
width:10px;
height:11px;
margin:7px;
background:url(../images/sound.gif);
}
#music_text{
width:100px;
float:left;
color:#b47800;
}
#music_text1{
width:100px;
float:left;
color:#333333;
}
#image_spacer{
height:8px;
margin-left:30px;
background:url(../images/spacer.gif) no-repeat;
}
#dedicated_more{
color:#000000;
font-size:12px;
text-align:right;
margin-top:10px;
}
#contest{
font:Verdana, Arial, Helvetica, sans-serif;
margin-top:10px;}
#footer{
font:12px Verdana, Arial, Helvetica, sans-serif;
height:150px;
width:1000px;
color:#FFFFFF;
margin:0px auto;
background:#a71e76;
background:url(../images/footer.gif) bottom no-repeat;
}
#footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	color:#ffcc00;
	text-decoration:none;
}
#footer a:active{
	color:#ffcc00;
	text-decoration:none;
}

.style2 {
	margin-top:10px;
	color: #e2c619;
	font-weight: bold;
}


/* inner page style */

#main_content_container{
font-family:Verdana, Arial, Helvetica, sans-serif;width:873px;
margin-left:70px;

}
#inner_head_bg{
font:Verdana, Arial, Helvetica, sans-serif;
width:869px;
height:30px;
}
#inner_head_cont{
font:16px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#9e3975;
margin-left:15px;
padding-top:12px;
}

 /*round box*/
#rnd_container {background: #ffffff; margin:15px 1px 1px 1px;}    
    .rnd_top, .rnd_bottom {display:block; background:#ffffff; font-size:1px;}
    .rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {display:block; overflow:hidden;}
    .rnd_b1, .rnd_b2, .rnd_b3 {height:1px;}
    .rnd_b2, .rnd_b3, .rnd_b4 {border-left:1px solid #a51b73; border-right:1px solid #a51b73;}
    .rnd_b1 {margin:0 5px; background:#a51b73;}
    .rnd_b2 {margin:0 3px; border-width:0 2px;}
    .rnd_b3 {margin:0 2px;}
    .rnd_b4 {height:2px; margin:0 1px;}
    .rnd_content {
    display:block;
    border:0 solid #a51b73;
    border-width:0 1px;
    padding: 4px;
    color:#000000;
	
}
#rj_profile{
font-family:Verdana, Arial, Helvetica, sans-serif;}
#profile_left{
margin-left:5px;
float:left;
width:142px;

}
#profile_right{
margin-left:5px;
float:left;
width:700px;
}
#profile_rj_name{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
font-weight:bold;
text-align:center;
border-bottom:dotted 3px #993366;
border-top:dotted 3px #993366;}
#profile_rj_name_right{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#993366;
font-weight:bold;
text-align:left;
margin-left:5px;
}
#dilse{
width:700px;
margin-left:25px;
float:left;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#a51b73;
font-weight:bold;
}
#dilse_cnt{
width:700px;
padding-left:125px;
padding-top:5px;
float:left;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

#intro_profile{
width:700px;
margin-left:5px;
margin-top:10px;
float:left;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#details_profile{
width:700px;
margin-left:5px;
margin-top:5px;
float:left;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
#inner_more{
color:#990000;
font-size:12px;
text-align:right;
width:200px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#inner_radiojocky_m{
color:#990000;
font-size:12px;
text-align:right;
width:600px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#inner_more a:link{
	color:#a51b73;
	text-decoration:none;
}
#inner_more a:visited{
	color:#000033;
	text-decoration:none;
}
#inner_more a:hover{
	color:#000033;
	text-decoration:none;
}
#inner_more a:active{
	color:#ffcc00;
	text-decoration:none;
}
#inner_radiojocky_m a:link{
	color:#a51b73;
	text-decoration:none;
}
#inner_radiojocky_m a:visited{
	color:#000033;
	text-decoration:none;
}
#inner_radiojocky_m a:hover{
	color:#000033;
	text-decoration:none;
}
#inner_radiojocky_m a:active{
	color:#ffcc00;
	text-decoration:none;
}
#download_box1{
width:260px;
float:left;
margin-left:17px;
border-right:dotted 3px #993366;}
#download_box2{
width:260px;
float:left;
margin-left:17px;
border-right:dotted 3px #993366;}
#download_img{
width:115px;
height:115px;
margin:0px auto;}
#download_btn{
float:left;
margin-top:10px;
background:#9e3975;
border:solid 1px #000000;
text-align:center;
padding:5px 15px 5px 15px;
color:#FFFFFF;
font-weight:BOLD;}
#wal_download_btn{
float:left;
margin-top:25px;
background:#9e3975;
border:solid 1px #000000;
text-align:center;
padding:5px 15px 5px 15px;
color:#FFFFFF;
font-weight:BOLD;
}
#download_list{
font:Verdana, Arial, Helvetica, sans-serif;
margin-top:45px;
margin-left:90px;}
#download_more{
color:#990000;
font-size:12px;
text-align:right;
margin-right:15px;
width:300px;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#funtonic{
margin-top:20px;
width:830px;
margin:0px auto;
font-family:Verdana, Arial, Helvetica, sans-serif;height:63px;}
#funtonic_left{
margin-top:20px;
float:left;
width:115px;
height:115px;
margin:0px auto;
font-family:Verdana, Arial, Helvetica, sans-serif;border:solid 1px #9e3975;
}
#funtonic_spacer{
width:650x;
height:25px;
}
#funtonic_right{
margin-top:20px;
float:left;
width:650px;
height:115px;
margin:0px auto;
font-family:Verdana, Arial, Helvetica, sans-serif;border:solid 1px #9e3975;
}
#funtonic_head{
font:14px Arial, Helvetica, sans-serif;
color:#9e3975;
width:650px;
margin-left:20px;
margin-top:5px;	
}
#funtonic_list{
font:14px Verdana, Arial, Helvetica, sans-serif;
color:#FFCC00;
width:650px;
margin-left:20px;
padding-top:45px;
}
#walpaper{
width:780px;
margin:0px auto;
padding-top:20px;}
#walpaper_box{
width:780px;
margin:0px auto;
padding-top:20px;}

#wallpaper_box1{
width:360px;
float:left;
margin-left:10px;
padding-top:10px;
}
#wallpaper_box2{
width:360px;
float:left;
margin-left:10px;
padding-top:10px;
}
#wallpaper_box1_left{
float:left;
width:130px;
padding:5px;
text-align:center;
}
#wallpaper_box1_right{
float:left;
width:180px;
padding:5px;
text-align:center;
text-align:left;}
#walpaper_above_cnt{
float:left;
text-align:left;
width:180px;
margin-left:15px;
margin-top:15px;}
#walpaper_above_cnt1{
float:left;
text-align:center;
width:200px;
padding:15px;
}
#walpaper1{
width:760px;
margin:0px auto;
padding-top:20px;
}
#walpaper1_box{
width:760px;
margin:0px auto;
padding-top:20px;
padding-left:20px;}

#wallpaper1_box1{
width:300px;
float:left;
margin-left:27px;
padding-top:10px;
}
#wallpaper1_box2{
width:300px;
float:left;
margin-left:27px;
padding-top:10px;
}
#wallpaper1_box1_left{
float:left;
width:120px;
padding:5px;
text-align:center;
}
#wallpaper1_box1_right{
float:left;
width:160px;
padding:5px;
text-align:center;
text-align:left;}
#walpaper1_above_cnt{
float:left;
text-align:left;
width:140px;
margin-left:15px;
margin-top:15px;
padding-bottom:15px;}
#podcast{
width:800px;
margin:0px auto;
height:85px;}
#podcast a:link{
	color:#a51b73;
	text-decoration:none;
}
#podcast a:visited{
	color:#000033;
	text-decoration:none;
}
#podcast a:hover{
	color:#000033;
	text-decoration:none;
}
#podcast a:active{
	color:#ffcc00;
	text-decoration:none;
}
#podcast_left_box{
float:left;
width:180px;
height:85px;
height:481px;
}
#podcast_right_box{
float:left;
width:600px;
border:solid 1px #9e3975;
margin-top:10px;
}
#podcast_right_box1{
float:left;
width:130px;
height:85px;
border-right:solid 1px #9e3975;
text-align:center;}
#podcast_right_box2{
float:left;
width:255px;
height:85px;
border-right:solid 1px #9e3975;}
#podcast_right_box3{
float:left;
width:209px;
height:85px;
}
#podcast_heading{
font:12px Arial, Helvetica, sans-serif;
color:#c42121;
text-align:left;
font-weight:bold;}
#podcast_content{
font:Verdana, Arial, Helvetica, sans-serif 12px;
color:#872766;
text-align:left;
margin-top:10px;}
#podcast_right_content{
margin-top:30px;
font:Verdana, Arial, Helvetica, sans-serif 12px;
color:#872766;
text-align:center;
}
#music_vedio_main{
float:left;
width:700px;
border:solid 1px #9c3063;
margin-left:50px;
height:460px;
margin-top:20px;
margin-bottom:20px;
}
#music_vedio_left{
float:left;
width:212px;
}
#music_vedio_right{
float:left;
width:468px;
border-left:solid 1px #9c3063;
}
#music_vedio_spacer{
float:left;
width:483px;
height:52px;
}
#right_controller{
padding-left:25px;
}
#music_vedio_right_scroll{
float:left;
overflow:auto;
height:450px;
width:212px;
margin-top:5px;
}
#music_vedio_player{
overflow:auto;
margin-left:8px;
margin-top:10px;}
#music_vedio_thumb1{
margin-top:15px;
padding-left:20px;
}

#container_myclub{
padding:5px;
}
#music_inner_box{
width:700px;
margin:0px auto;
padding:15px;
margin-top:10px;
margin-bottom:10px;
}
#music_controler{
float:left;
width:700px;
margin:0px auto;
margin-bottom:-5px;
}
#m_inner_box_l{
width:348px;
float:left;
}
#m_inner_box_r{
width:348px;
float:left;
}
img {
border:0px;}
#music_box_left{
float:left;
width:125px;
margin-bottom:30px;
margin-top:30px;
margin-left:10px;
border:0px;
}
#music_box_right{
float:left;
width:150px;
margin-top:30px;
margin-bottom:30px;
margin-left:5px;
}
#music_box_right a{
text-decoration:none;
}
#music_above_cnt{
float:left;
text-align:left;
width:140px;
margin-left:5px;
margin-top:15px;
}
#movie_above_cnt{
float:left;
text-align:justify;
width:170px;
margin-left:5px;
margin-top:15px;}
#music_btn{
float:left;
margin-top:10px;
background:#9e3975;
border:solid 1px #000000;
text-align:center;
padding:5px 10px 5px 10px;
color:#FFFFFF;
font-weight:BOLD;
font-size:12PX;
font:Verdana, Arial, Helvetica, sans-serif;}
#music_more{
color:#990000;
font-size:12px;
text-align:right;
margin-right:15px;
margin-bottom:10px;
width:270px;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#movie_more{
color:#990000;
font-size:12px;
text-align:right;
margin-right:15px;
margin-bottom:10px;
float:left;
width:200px;
}
#rating_main_box{
width:800px;
padding:5px;
margin:0px auto;}
#rating_main_box_l{
width:223px;
float:left;
}
#rating_main_box_r{
width:562px;
float:left;
}
#rating_img{
width:215px;
float:left;
text-align:center;
border:0px;
}
#rate_music{
width:215px;
padding:5px;
}
#rate_left{
width:100px;
float:left;
font:11px Verdana, Arial, Helvetica, sans-serif;
text-align:left;
font-weight:bold;
color:#046961;
}
#rate_right{
width:100px;
float:left;
font:11px Verdana, Arial, Helvetica, sans-serif;
text-align:right;
}
#rate_star{
float:left;
}
#star{
padding-top:5px;
padding-bottom:5px;
float:left;
width:24px;
border:0px;}
#left_below{
width:200px;
float:left;
font:11px Verdana, Arial, Helvetica, sans-serif;
}
#rating_heading{
float:left;
width:545px;
text-align:left;
font:14px Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#970165;
}
#rating_content{
padding-right:15px;
width:545px;
padding-top:10px;
float:left;
text-align:justify;
font:12px Verdana, Arial, Helvetica, sans-serif;}
#rating_content ul{ 
list-style-image:url(../images/arrow1.gif);
}
#rating_content_list{
width:530spx;
margin-left:7px;
padding:10px;

}
#rating_comment_box{
width:540px;
}

#rating_name{
float:left;
background:#99CCFF;
width:540px;
font:12px Verdana, Arial, Helvetica, sans-serif;
margin-top:15px;}
#rating_comment{
font:12px Verdana, Arial, Helvetica, sans-serif;
margin-top:10px;
margin-left:10px;
text-align:left;
float:left;
}
#form_box{
margin-top:10px;
width:440px;
background:#f2f2f2;}
#form_box_head{
padding:5px;
color:#bb8c00;
font:14px Verdana, Arial, Helvetica, sans-serif;}
#form_content{
padding:5px;
text-align:left;}
#comment_area{
width:380px;
text-align:left;
float:left;}
#form_cnt_left{
width:210px;
float:left;}
#form_cnt_right{
width:210px;
float:left;}
#form_name_b{
float:left;
width:200px;}
#movie_form_box{
margin-top:10px;
width:540px;
background:#f2f2f2;}
#movie_form_box_head{
padding:5px;
color:#bb8c00;
font:14px Verdana, Arial, Helvetica, sans-serif;}
#movie_form_content{
padding:5px;
text-align:left;}
#movie_comment_area{
width:360px;
text-align:left;
float:left;}
#movie_form_cnt_left{
width:210px;
float:left;}
#movie_form_cnt_right{
width:210px;
float:left;}
#movie_form_name_b{
float:left;
width:200px;}
#movie_form_box_l{
width:90px;
float:left;}
#movie_form_box_r{
width:450px;
float:left;}
#movie_content_below{
width:875px;
margin-top:15px;
}
#movie_content_below_l{
width:340px;
float:left;

}
#movie_content_below_r{
width:440px;
float:left;
padding-left:15px;
}
#movie_comment_box{
width:440px;
float:left;
}
#movie_comment_name{
width:440px;
background:#CCCCFF;
font:12px Verdana, Arial, Helvetica, sans-serif;
text-align:left;}
#movie_comment_comment{
margin-left:10px;
width:430px;
font:12px Verdana, Arial, Helvetica, sans-serif;
text-align:left;}
#campaigns{
width:860px;
float:left;
margin:0px auto;}
#campaigns_box1{
width:255px;
float:left;
margin-left:15px;}
#campaigns_box2{
width:255px;
float:left;
margin-left:10px;}
#campaigns_box3{
width:255px;
float:left;
margin-left:10px;}


/*#box_v{
margin-top:10px;
}
#box1{
float:left;
width:300px;
border-right:dotted 2px;
}
#box1_head{
text-align:center;
}
#box1_content{
}
#box2{
float:left;
width:300px;
margin-left:20px;
}
#box2_head{
text-align:center;
}
#box2_content{
}
#box3{
float:left;
width:300px;
border-right:dotted 2px;
margin-top:
}
#box3_head{
text-align:center;
}
#box3_content{
}
#box4{
float:left;
width:300px;
}
#box4_head{
text-align:center;
}
#box4_content{
}*/
