#TB_window
{
	border: 0;
}
#TB_title
{
	display: none;
}
#mailArticle
{
	width: 398px;
	height: 469px;
	/*background: yellow;*/
	padding: 10px 15px 10px 15px;
}
#thickboxIframe
{
	overflow: hidden;
}
	#mailArticle .headerBar
	{
		float: left;
		width: 398px;
		border-bottom: 1px dotted #979da4;
	}
	#mailArticle .thickboxHeader
	{
		font-size: 12px;
		margin-bottom: 8px;
		margin-left: 4px;
		float: left;
	}
	#mailArticle .close_btn
	{
		float: right;
	}
	#mailArticle .thickboxContent
	{
		float: left;
		width: 358px;
		margin-left: 20px;
		margin-top: 23px;
	}
	#mailArticle .thickboxContent p
	{
		margin-top: 15px;
	}
	#mailArticle .thickboxContent .requiredFields
	{
		font-size: 11px; 
		color: #ff0000;
	}
	#mailArticle .thickboxContent .requiredField
	{
		background-color: red;
		border:1px solid #8c9aa9;
		padding:1px;
	}
	#mailArticle .thickboxContent textarea
	{
		width: 354px;
		height: 96px;
	}
	#mailArticle .thickboxContent .mailAddrField
	{
		width: 199px;
		border:1px solid #8c9aa9;
		line-height: 19px;
		height: 19px;
	}
	#mailArticle .thickboxContent #mailSendBtn
	{
		float: right;
		margin-top: 14px;
	}
	
