.wtg_infotiny, .wtg_successtiny, .wtg_warningtiny, .wtg_errortiny, .wtg_validationtiny, 
.wtg_questiontiny, .wtg_processingtiny, .wtg_restrictedtiny, .wtg_stoptiny {  
	margin: 10px 0px; /* top and bottom */ 
	padding:5px 5px 5px 28px;  
	background-repeat: no-repeat;  
	background-position: 3px center; 
	display: block;
	font-size:16px;
}

.wtg_infotiny{  
	color: #00529B;  
	background-color: #BDE5F8;  
	background-image: url(../images/info_tiny.png);  
	border: 3px solid #86CFF2;
}  

.wtg_successtiny{  
	color: #4F8A10;  
	background-color: #DFF2BF;  
	background-image:url(../images/success_tiny.png);  
	border: 3px solid #C4E789;
}  

.wtg_warningtiny{  
	color: #9F6000;  
	background-color: #FEEFB3;  
	background-image: url(../images/warning_tiny.png);  
	border: 3px solid #FDE06C;
} 

.wtg_errortiny{  
	color: #D8000C;  
	background-color: #FFBABA;  
	background-image: url(../images/error_tiny.png);  
	border: 3px solid #FF7979;
}  

.wtg_questiontiny{  
	color: #00529B;  
	background-color: #BDE5F8;   
	background-image: url(../images/question_tiny.png);  
	border: 3px solid #86CFF2;
}

.wtg_processingtiny{  
	color: #4F8A10;  
	background-color: #DFF2BF;   
	background-image:url(../images/processing_tiny.png);  
	border: 3px solid #C4E789;
} 

.wtg_stoptiny{  
	color: #D8000C;  
	background-color: #FFBABA;  
	background-image:url(../images/stop_tiny.png);  
	border: 3px solid #FF7979;
}  
/*  TINY MESSAGE BOXES FINISH */

/*  SMALL MESSAGE BOXES START */
.wtg_infosmall, .wtg_successsmall, .wtg_warningsmall, .wtg_errorsmall, .wtg_validationsmall, 
.wtg_questionsmall, .wtg_processingsmall, .wtg_restrictedsmall, .wtg_stopsmall {  
	margin: 10px 0px; /* top and bottom */ 
	padding:15px 10px 15px 60px;  
	background-repeat: no-repeat;  
	background-position: 10px center; 
	display: block;
	font-size:14px;
}

.wtg_infosmall{  
	color: #00529B;  
	background-color: #BDE5F8;  
	background-image: url(../images/info_small.png);  
	border: 4px solid #86CFF2;
}  

.wtg_successsmall{  
	color: #4F8A10;  
	background-color: #DFF2BF;  
	background-image:url(../images/success_small.png);  
	border: 4px solid #C4E789;
}  

.wtg_warningsmall{  
	color: #9F6000;  
	background-color: #FEEFB3;  
	background-image: url(../images/warning_small.png);  
	border: 4px solid #FDE06C;
} 

.wtg_errorsmall{  
	color: #D8000C;  
	background-color: #FFBABA;  
	background-image: url(../images/error_small.png);  
	border: 4px solid #FF7979;
}  

.wtg_questionsmall{  
	color: #00529B;  
	background-color: #BDE5F8;   
	background-image: url(../images/question_small.png);  
	border: 4px solid #86CFF2;
}

.wtg_processingsmall{  
	color: #4F8A10;  
	background-color: #DFF2BF;   
	background-image:url(../images/processing_small.png);  
	border: 4px solid #C4E789;
} 

.wtg_stopsmall{  
	color: #D8000C;  
	background-color: #FFBABA;  
	background-image:url(../images/stop_small.png);  
	border: 4px solid #FF7979;
}  
/*  SMALL MESSAGE BOXES FINISH */

/* LARGE MESSAGE BOXES START */

.wtg_infolarge, .wtg_successlarge, .wtg_warninglarge, .wtg_errorlarge, .wtg_validationlarge, 
.wtg_questionlarge, .wtg_processinglarge, .wtg_restrictedlarge, .wtg_stoplarge {  
	margin: 10px 0px; /* top and bottom */ 
	padding:19px 20px 24px 115px;  
	background-repeat: no-repeat;  
	background-position: 10px center; 
	display: block;
	font-size:18p
}

.wtg_infolarge{  
	color: #00529B;  
	background-color: #BDE5F8;  
	background-image: url(../images/info_large.png);  
	border: 5px solid #86CFF2;
}  

.wtg_successlarge{  
	color: #4F8A10;  
	background-color: #DFF2BF;  
	background-image:url(../images/success_large.png);  
	border: 5px solid #C4E789;
}  

.wtg_warninglarge{  
	color: #9F6000;  
	background-color: #FEEFB3;  
	background-image: url(../images/warning_large.png);  
	border: 5px solid #FDE06C;
} 

.wtg_errorlarge{  
	color: #D8000C;  
	background-color: #FFBABA;  
	background-image: url(../images/error_large.png);  
	border: 5px solid #FF7979;
}  

.wtg_questionlarge{  
	color: #00529B;  
	background-color: #BDE5F8;   
	background-image: url(../images/question_large.png);  
	border: 5px solid #86CFF2;
}

.wtg_processinglarge{  
	color: #4F8A10;  
	background-color: #DFF2BF;   
	background-image:url(../images/processing_large.png);  
	border: 5px solid #C4E789;
} 

.wtg_stoplarge{  
	color: #D8000C;  
	background-color: #FFBABA;  
	background-image:url(../images/stop_large.png);  
	border: 5px solid #FF7979;
}  

/* LARGE MESSAGE BOXES END */

/* EXTRA MESSAGE BOXES START */

.wtg_infoextra, .wtg_successextra, .wtg_warningextra, .wtg_errorextra, .wtg_validationextra, 
.wtg_questionextra, .wtg_processingextra, .wtg_restrictedextra, .wtg_stopextra {  
	margin: 5px 0px; /* top and bottom */ 
	padding:0px 20px 30px 20px;  
	background-repeat: no-repeat;  
	background-position: 10px center; 
	display: block;
	font-size:18px;
}

.wtg_infoextra{  
	color: #00529B;  
	background-color: #BDE5F8;  
	background-image: url(../images/info_extra.png);  
	border: 5px solid #86CFF2;
}  

.wtg_successextra{  
	color: #3D690C;  
	background-color: #DFF2BF;  
	background-image:url(../images/success_extra.png);  
	border: 5px solid #C4E789;
}  

.wtg_warningextra{  
	color: #794800;  
	background-color: #FEEFB3;  
	background-image: url(../images/warning_extra.png);  
	border: 5px solid #FDE06C;
} 

.wtg_errorextra{  
	color: #A60009;  
	background-color: #FFBABA;  
	background-image: url(../images/error_extra.png);  
	border: 5px solid #FF7979;
}  

.wtg_questionextra{  
	color: #003C71;  
	background-color: #BDE5F8;   
	background-image: url(../images/question_extra.png);  
	border: 5px solid #86CFF2;
}

.wtg_processingextra{  
	color: #39630C;  
	background-color: #DFF2BF;   
	background-image:url(../images/processing_extra.png);  
	border: 5px solid #C4E789;
} 

.wtg_stopextra{  
	color: #930007;  
	background-color: #FFBABA;  
	background-image:url(../images/stop_extra.png);  
	border: 5px solid #FF7979;
}  

/* LARGE MESSAGE BOXES END */