@charset "iso-8859-9";
/* CSS Document */

Body {
	margin-left			: 0px;
	margin-top			: 0px;
	margin-right		: 0px;
	margin-bottom		: 0px;
}

#Box{
	width				: 300px;
	height				: 70px;
	background-color	: #ebebeb;
	padding				: 10px;
}

#Box #Top{
	width				: 300px;
	font-family			: Tahoma, Geneva, sans-serif;
	font-size			: 11px;
	color				: #666666
}

#Box #Space{
	height				: 13px;
}

#Box #Bottom{
	width				: 300px;
}

#Box #Bottom .Text {

	float				: left;
	color				: #333;
	font-family			: Tahoma; 
	font-size			: 9pt; 
	font-weight			: bold; 
	padding-left		: 30px; 
	padding-top			: 7px; 
	width				: 66%; 
	height				: 22px;
	border				: 1px solid #b8b8b8;
	background			: #FFFFFF url(../Img/mail__plus.png) no-repeat 6px 6px;
}

#Box #Bottom .Buton {
	float				: right; 
	color				: #333;
	font-family			: Tahoma; 
	font-size			: 9pt; 
	font-weight			: bold; 
	height				: 30px;
}

#BoxHata{
	width				: 300px;
	height				: 30px;
	background-color	: #ebebeb;
	padding				: 10px;
	font-family			: Tahoma, Geneva, sans-serif;
	font-size			: 11px;
	color				: #666666;
	font-weight			: bold;
}

#BoxHata #Sol{
	text-align			: left;
	float				: left;
	width				: 40px;	
}

#BoxHata #Sag{
	float				: left;
	width				: 240px;
	height				: 32px;
	padding-top			: 10px;
	padding-left		: 10px;
}