	#sendcontainer{
		width:384px;
		height:404px;
		position:absolute;
		background:url(../images/arrow-mail.gif)no-repeat 0 388px;
		color:#6b6856;
		display:none;
	}
	#send{
		border: 1px solid #8e8d7b;
		width:377px;
		height:404px;
		float:right;
		background:#f0f0e4;
		/*display:none;*/
	}
		#send-header{
			height:50px;
			background: #e3e1cc url(../images/ico_mail.gif) no-repeat 12px 12px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#71705c;
			line-height:50px;
			padding-left:47px;
			width:250px;
			float:left;
		}
		#close{
			background:#E3E1CC;
			color:#8E8D7B;
			float:right;
			font-family:Arial,Helvetica,sans-serif;
			font-size:12px;
			font-weight:bold;
			height:44px;
			padding:6px 0 0 32px;
			width:48px;
		}
		#send table{
			padding-left:11px;
			position:relative;
			float:left;
		}
		#send tr{
			height:23px;
		}
		#send tr.last{
			height:22px;
		}
		#send td .input{
			height:15px;
			width:351px;
		}
		#send td{
			vertical-align:bottom;
		}
		#send td label{
			vertical-align:bottom;
		}
		#send td textarea{
			height:108px;
			width:351px;
		}
		#send img{
			float:left;
			cursor:pointer;
		}
		#send #btn-close{
			cursor:pointer;
		}
		#send #sendinfo{
			display:none;
		}

	#sendcontainer label.error{
		color:#ff0000;
	}