@charset "iso-8859-1";
@import url(../../base/css/tellfriend.css);
	body
	{
		margin:0px;
		padding:0px;
		background-color:#1D121F;
		font-size:9pt;
		font-family:Arial,Helvetica,sans-serif;
		color:#fff;
		width:300px;
		height:300px;
	}
	
	form
	{
		margin:0px;
		padding:0px;
	}
	
	.main
	{
		position:relative;
		border:0px solid red;
		height:300px;
	}
	
	.bodyBlock
{
	position:relative;
	margin-bottom:6px;
	border:0px solid red;
	padding:0px;
	font-size:0px;
	overflow:hidden;
}


	.leftColumn
	{
		width:300px;
		height:300px;
		margin-right:5px;
		border:0px solid green;
		padding:0px;
		overflow:hidden;
		position:relative;		
		font-size:9pt;
		background-color:#1D121F;
	}

	.disignBoxFirst
	{
		position:relative;
		margin-bottom:8px;
	}
	
	.boxFirstHeader .boxFirstHeader2
	{
		position:relative;
		background-image:url('../images/db_first_header_cutting.png');
	    background-repeat:repeat-x;
		height:20px;
		font-size:13px;
		color:#fff;
		padding:3px 0px 0px 15px;
		font-family:Verdana;
		text-transform:capitalized;
		border-right:1px solid #790933;
		margin-left:12px;
	}
	
	.boxFirstHeader
	{
		position:relative;
		background-image:url('../images/db_first_header_cutting.png');
	    background-repeat:repeat-x;
		height:20px;
		font-size:13px;
		color:#fff;
		padding:3px 0px 0px 15px;
		font-family:Verdana;
		text-transform:capitalized;
		border-right:1px solid #790933;
		margin-left:12px;
	}
	
	div.boxFirstHeader a
	{
		color:#fff;
	}
	
	.db1LeftCorner
	{
		position:absolute;
		top:0px;
		left:-12px;
	}
	
	.boxContent
	{
		position:relative;
		overflow:hidden;
		color:#E7E9E8;
		font-family:Verdana;
		padding:10px 8px 10px 8px;
		border-right:1px solid #790933;
		border-left:1px solid #790933;
		background-image:url('../images/db_first_boxcontent_cutting.png');
	    background-repeat:repeat;
		font-size:10px;
	}

	.dbFooter
	{
		position:relative;
		height:12px;
		background-image:url('../images/db_first_boxcontent_cutting.png');
	    background-repeat:repeat;
		border-bottom:1px solid #790933;
		border-left:1px solid #790933;
		margin-right:12px;
	}
	
	.db1RightCorner
	{
		position:absolute;
		top:0px;
		right:-12px;
	}

	.clear_both
	{
		position:relative;
		clear:both;
		height:1px;
		margin:0px;
		padding:0px;
		font-size:1px;
		border:0px solid red;
	}

	.box_head_left
	{
		position:absolute;
		top:0px;
		left:0px;
	}

	.box_head_right
	{
		position:absolute;
		top:0px;
		right:0px;
	}


	div.invit_text
	{
		position:relative;
		text-align:left;
		line-height:18px;
		margin-bottom:5px;
	}
	div.invite_form
	{
		position:relative;
	}
	div.invite_form div
	{
		margin:4px 0px;
	}
	
	div.no_result,
	div.action
	{
		border:1px solid #7B0641;
	}
	div.no_result div,
	div.action div
	{
		background-color:#7B0641;
	}
	div.err
	{
		position:relative;
		border:1px solid #FF412D;
		padding:1px;
		margin:10px 0px;
		width:80%;
		margin-left:auto;
		margin-right:auto;
	}
	div.err div
	{
		position:relative;
		background-color:#FF412D;
		vertical-align:middle;
		
		color:#fff;
		text-align:center;
		line-height:20px;
	}
/* Do  not delete 
	div.action 
	{
		position:relative;
		border:1px solid #A0C238;
		padding:1px;
		margin:10px 0px;
		width:80%;
		margin-left:auto;
		margin-right:auto;
	}
	div.action div
	{
		position:relative;
		background-color:#709812;
		vertical-align:middle;
		
		color:#fff;
		text-align:center;
	}
*/
* html div.no_result div, * html div.action div, * html div.err div
	{
		line-height:normal;
		padding:3px 0px;
	}
/*##############################################################*/