@charset "utf-8"; 
/* CSS Document */
	   
#div_warning_reg, #div_login , #div_buy_parts,    #div_upload_photo, #div_add_post_comment, #div_send_message, #div_report_profile, #div_delete_profile, #div_delete_profile_warning, #div_delete_profile_OK, #div_if_not_reg, #div_change_mp3_name

   {	
	width:320px;
	border:5px solid #9f9f9f;
	background-color:#f1f1f1;
	padding:1px;
	text-align:center; 
   }
	
    #div_terms_and_cond,#div_write_post_blog{	
	width:500px;
	border:5px solid #9f9f9f;
	background-color:#f1f1f1;
	padding:1px;
	text-align:center; 
   }
   
#popupMask 
   {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	
	background-color:transparent !important;
	background-color: #933444;
	
	background-image: url("maskBG.png") !important; // For browsers Moz, Opera, etc. 
	background-image:none;
	background-repeat: repeat;
	display:none;
   }

	
#head {
	width:100%;
	height:28px;
	color:#FFFFFF;
	background-color:#b11f1f;
	font-family:"Trebuchet MS", Arial;
	font-size:20px;
	/*margin-bottom:3px;*/
	}
#head h1{
	color:#FFFFFF;
	font-size:22px;
	font-weight:normal;
	padding:0 0 0 10px;
	margin:0;
	}

#div_content {
	background-color:#FFFFFF;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	/*text-align:center;*/ 
	}
	
#div_content input 
 { 
  width: 160px;
 }
 
 .pages2 {
	padding:0px 5px 0px 5px;
	background-color:#B11F1F;
	color:#FFFFFF;
	text-decoration:none;
	margin:10px 0 5px 0;
	width:100px;
	}
	
.pages2_over {
	padding:0px 5px 0px 5px;
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
	margin:10px 0 5px 0;
	}
	
	.pages2_over:hover{
	color:#FFFFFF;
	}

.red 
	{
	color:#b11f1f;
	}
	

.select-free
{
	position:absolute;
	/*z-index:10;	*/
	overflow:hidden;/*must have*/
	width:33em;/*must have for any value*/;
	
}
.select-free iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}


	