.props_fade{
	position: absolute;
	background-color: #000000;
filter:alpha(opacity=60); 
-moz-opacity: 0.6; 
opacity: 0.6; 
z-index: 900;
}
div.props_{
position:absolute; width:464px; z-index:5; background:#FFF; left:50%; margin-left:-232px; top:100px; border:1px solid #ccdae5;
}
div.props_ .props_close{
   position: absolute;
   top: 10px;
   right: 14px;
   cursor: pointer;
}
div.props_ .props_container{
	padding: 0px; 
	position: relative;	
 border:solid #FFF; border-width:0 1px 1px; background: url("../images/popup_content_bg.png") repeat-x bottom;

}
div.props_ .props_message{
	padding: 0px;
}
div.props_ .props_buttons{
padding:10px 0 10px 0px; overflow:hidden;
}
div.props_ button{
	padding: 0px;
	border: 0px;
	background: url("../images/popup_button_bg.png"); height:28px; width:143px; line-height:28px; text-align:center; float:left; font-weight:bold; text-decoration:none; margin-right:7px;
}

div.props_ div.content {
	padding:11px 12px 13px;
}

div.props_ div.title {
background: url("../images/popup_h3_bg.png") repeat-x bottom; 
height:30px; 
border-bottom:1px solid #e5e5e5; 
font-size:13px; line-height:30px; padding-left:12px;
font-weight: bold;
}
#props_buttonok {
	margin-left:80px;
}


table.params 
{
background: url(../images/props-popup-tbl.png) no-repeat left top;
}

table.params td {
	padding: 5px 10px;
	line-height: 20px;
}

table.params .section td {
}

table.params .ttl {
	font-weight: bold;
	width: 140px;
}

table.params input {
	border:0px;
	vertical-align: middle;
	margin-right: 5px;
}
