.LIGHT_GREY_TEXT {
	font-size: 11px;
	font-weight: bold;
	color: #EEEEEE;
}

#TITLE_BOX{ 
	position: relative;
	width: 425px;
	left:40px;
	height:20px;

	padding: 2px;
	background-color: #bcbebe;
	border-top: 1px solid #DADADA;
	overflow: hidden;
	background-image: url(../img/bg/gradient_lightgrey.gif);
	layer-background-image: url(../img/bg/gradient_lightgrey.gif);
	z-index:3;
	background-repeat:repeat-x;
	
}

#THEME_BOX{ 
	position: relative;
	width: 255px;
	left:60px;

	top:5px;
	border: 0px ;
	height:25px;
	overflow: hidden;
}

#MAIL_LABEL{ 
	position: relative;
	left:40px;
	top:20px;
	font-weight: bold;
	font-size: 11px;
	
}

textarea.msgBody{ 
	position: relative;
	width: 430px;
	height:  330px;
	top:5px;
	left:40px;
	border: 1px solid #7F9DB9;
	padding: 5px;
	overflow: hidden;
	
}
SELECT.THEME{
position: absolute;
border: 1px solid #7F9DB9;
color: #FFFFF;
top:2px;
left: 55px;
width: 200px;
margin: 0px;
}

.MSG {
	position:relative;
	font-size: 11px;
	left:40px;
	font-weight: bold;
	color: #666666;
}


INPUT.SEND {
	position: relative;
	border: 1px;
	top:5px;
	left:410px;
	border-style: solid;
	width:58px;
	height:18px;
	background-color: #034485;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../img/bg/gradient_blue.gif);
	layer-background-image: url(../img/bg/gradient_blue.gif);
	background-repeat:repeat-x;
	border-color: #5582AE #223446 #223446 #5582AE;
}

INPUT.MAIL {
	position: relative;
	top:4px;
	width: 200px;
	height:22px;
	left:115px;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #7F9DB9;
}

.MIDIBLUE {
	color: #095AAA;
	font-size: 12px;
	font-weight:bold;
}

.MIDIBLUE_NOTBOLD{
	color: #095AAA;
	font-size: 11px;
}

.MINIBLUE {
	color: #095AAA;
	font-size: 10px;

}
