/* CSS Dimensions */


.width400{
	width:400px;
}
.padding10{
	padding:10px;

}
.marginL10{
	margin-left:10px;
}
.marginL30{
	margin-left:28px;
}
.marginTLB5{
	margin-left:5px;
	margin-top:10px;
	margin-bottom:3px;
}
.marginT10{
	margin-top:5px;
}
.marginT20{
	margin-top:20px;
}
.marginTLB220{
	margin-left:220px;
	margin-top:0px;
	margin-bottom:3px;
}
/* CSS Colors */
.message_textBlack{
	color:#000000;
}
.message_textRed{
	color:#FF0000;

}
.message_textBlack_bold{
	color: #000000;
	font-weight:bold;

}
.message_textgrey{
	color: #666666;

}
.green_txt{
	color:#529652;
}

