
#shadowing
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #333333;
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=50);
}


#box {
	display: none;
	position: fixed;
	top: 2%;
	left: 36%;
	width: 510px;
	padding: 15px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: auto;
}

#boxtitle{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:24px;
	padding:0;
	padding-top:8px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:-1;
}

.cls_out{
	cursor:pointer;
	Padding-top:8px;
	float:right;
	margin:-20px 0px 0px 0px;
	}



.txt_inpu {
    background: url("../images/input_bgs.jpg") repeat-x scroll center top rgba(0, 0, 0, 0);
    border: 1px solid #C5C5C5;
    color: #333333;
    float: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 12px;
    padding: 5px 8px;
    width: 300px;
}


.form_cls {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}


.red {
    color: #FF0000;
    font-weight: bold;
}


.txt_aera {
background : none 0 0 repeat scroll #FAFAFA;
border : #C5C5C5 solid 1px;
color : #333333;
float : left;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
height : 56px;
padding : 5px 8px;
width : 300px;
}

