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

.box {
	display: none;
	position: fixed;
	top: 30%;
	left: 30%;
	width: 400px;
	min-height: 200px;
	padding: 50px 25px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}

.box.large {
	top: 10%;
	left: 20%;
	min-width: 600px;
	min-height: 120px;	
}

.box label {
	width: 355px;
	margin: 10px 20px;
}

.box textarea {
	width: 355px;
	height: 50px;
	margin: 10px 20px;
}

.box input[type=text] {
	width: 355px;
	margin: 10px 20px;
}

.box div {
	width: 355px;
	margin: 10px 20px;
}

.box select {
	margin: 10px 20px;
	width: 355px;
}

.box input.send {
	margin: 20px 0 20px 0;
	cursor: pointer;
	float: right;	
}

.box input.close {
	margin: 20px 20px 0 10px;
	cursor: pointer;
	float: right;	
}

.box.large input.close {
	margin: 0;
	right: 20px;
	bottom: 20px;	
}

.content.large {
	width: 100%;
	min-height: 100px;
	margin: 20px 0px;	
}
          
.boxtitle
{
	position:absolute;
	float:center;
	top: 0;
	left: 0;
	width:100%;
	height: 24px;
	padding: 10px 0 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin:0;
	background-color: #727272;
	color:white;
	text-align:center;
}




