@charset "utf-8";
/* CSS Document */
#djcustom_shadow{
	background-image: url(../images/shadow.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
}
.djcustom_input {
	font-size: 12px;
}
#email_contents {
	font-size: 12px;
	color:#000000;
}
#djcustom_message {
	font-size: 12px;
	height: 125px;
	width: 350px;
}
#email_form {
	position: fixed;
	z-index: 999;
	height: 470px;
	width: 400px;
	left: 50%;
	top: 50px;
	margin-left: -200px;
	background-color: #FFF;
	border: 2px solid #06C;
}
#email_header {
	height: 29px;
	width: 400px;
	background-color: #FFF;
	background-image: url(../images/text_top_bg.jpg);
	background-repeat: repeat-x;
}
#email_header_left{
	float: left;
	height: 24px;
	width: 300px;
	font-weight: bold;
	color: #06C;
	padding-top: 5px;
	padding-left: 5px;
	text-align: left;
}
#email_header_right{
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
	height: 20px;
	width: 20px;
	padding: 0px;
	margin: 5px;
}
.djcustom_clear {
	font-size: 1px;
	clear: both;
}
