#content_form {
	position: absolute;
    width: 100%;
    z-index: 2000;
}

#content_close {
	text-align:right;
	margin:0;
	padding-right: 10px;	
}

#content_close img {
	cursor:pointer;
}

#table_form .inputTxt {
	width:208px;
	text-align:right;
	color: #B6B6B6;
    font-family: trebuchet MS;
    font-size: 12px;
}

#table_form textarea {
	width:212px;
	height: 145px;
	text-align:right;
	color: #B6B6B6;
    font-family: trebuchet MS;
    font-size: 12px;
}

#inputSend {
	margin-right: 6px;
}

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


#box {
	background-image: url("img/bg_form.png");
	height: 270px;
	margin: 100px auto 0;
	overflow:hidden;
	position: relative;
	width: 240px;
	z-index: 101;
	display:none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
}


