body{font-size:12px;padding:0px; margin:0px; height:100%;}

.openDialog{
	
}
.openDialog_border {
		   
}
.openDialog_header {
		   background-color:#0099CC;
		   color: #FFFFFF;
		   padding: 0 10px;
		   line-height: 30px;	
		   cursor: move;
}
.openDialog_title {
		  line-height: 30px;	
		  float: left;
		  width: 70%;
		  _width: 70%;
}
.openDialog_close {
		  text-decoration: none; 
		  text-align: right;
		  color: #FFFFFF;
		  float: right;
		  width: 30%;
}
.openDialog_main {
		 background-color: #FFFFFF;
		 width: 480px;
		 height: auto;
}
.openDialog_footer {
		   background-color:#FFFFFF;
		   text-align: right;
}
.openDialog_buttons{
	background-color: #F6F6F6;
	padding: 5px 10px;
    border-top: 1px solid #DADEE5;
}
.openDialog_buttons input{
		    background-color: #0099CC;
		    margin: 0 2px;
		    color: #FFFFFF;
		    cursor: pointer;
}
.openDialog_mask{
    background-color:#000000;
    filter: alpha(opacity=50); 
    opacity: 0.5;
    position:fixed;
    _position:absolute;
}
