@charset "utf-8";
*{margin:0; padding:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*--/////////////////////////////ajax-start////////////////////////////////////--*/
.hidden {
    display: none;
}
#popup {
	position:absolute;
	width: 524px;
	left:214px;
	top:125px;
	margin:0;
	padding:0;
	z-index: 11;
}

  /* Pop-up message and fading background */
#opaco {
     background-color: #000000;
     left: 0;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
     filter: alpha(opacity=70);/* IE4- */
     moz-opacity: 0; /* Mozilla */
     -khtml-opacity: 0; /* Safari */
     opacity: 0;  /* general CSS3 */
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 10;
   }
   
div.bug {
   /* border: 5px solid #f28c8c;
    padding:10px;
	*/
  }  
/*--/////////////////////////////ajax-end////////////////////////////////////--*/
#form {
	width:524px;
	position:relative;
}
#form_top {
	width:524px;
	height:64px;
	background-image: url(bgr_im/top_forma.png);
	background-repeat: no-repeat;
	background-position: left top;
}
	#form_sub {
		position:absolute;
		left:40px;
		top:25px;
		background-image: url(bgr_im/form_scob_left.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}
	#form_sub2 {
	background-image: url(bgr_im/form_scob_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	#form_sub2 p {
		color:#727272;
		font-size:12px;
		display:block;
		padding: 0px 12px 0px 12px;
	}
	p#form_header {
		position:absolute;
		top:15px;
		left:350px;
		display:block;
		color:#ff7d36;
		font-size: 18px;
	}
	#close {
		position:absolute;
		top:15px;
		right: 25px;
		height: 11px;
		width: 11px;
		display:block;
	}

#form_bottom {
	width:524px;
	height:25px;
	background-image: url(bgr_im/bottom_forma.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#form_holder {
	background-color:#fff3e4;
	width:500px;
	padding:0px 12px 0px 12px;;

}
.form_line_table {
	background-color:#fff3e4;
	border-collapse: collapse;
	border-width: 0px;
	width:500px;
}

.form_text_table {
	background-color:#fff3e4;
	border-collapse: collapse;
	border-width: 0px;
	width:500px;
	margin-top:15px;
}
.form_line_table p{
	display:block;
	margin-right:10px;
	font-size:12px;
}

.rise_inp_text {
	width:100%;
	height:20px;;
	margin-top: 5px;
	margin-right:20px;
	background-color:#fff3e4;
	border-top:0px; 
	border-right: 0px; 
	border-left:0px;  
	border-bottom: 1px solid #CCCCCC;
}
.rise_textarea {
	width:450px;
	margin: 10px 0 0 10px;
	border:none;
	background-color:#FFFFFF;
	height: 138px;
}
.rise_inp_capcha {
border:none;
margin-top:3px;
}

#rise_sbm {
	width:78px;
	height:30px;
	background-image:url(bgr_im/rise_sbm.gif);
	background-position:center center;
	background-repeat:no-repeat;
	border:medium none;
	cursor:pointer;	
}



