﻿.error_msg_002, .success_msg_002, .warning_msg_002{
 width:400px;
 height:auto;
 margin:0;
 -overflow: auto;
 padding: 7px 0px 5px 5px;
 border-radius: 6px;
 -moz-border-radius: 6px;
 }

.info_msg_002{
 width:100%;
 height:auto;
 margin:0;
 -overflow: auto;
 padding: 7px 0px 5px 5px;
 border-radius: 6px;
 -moz-border-radius: 6px;
 }

 
.msg_002_image{
 width: 32px;
 height: 32px;
 }
 
.msg_002_title{
 margin: 0;
 width: 90%;
 -color: #B10009;
 font-size: 20px;
 font-weight: bold;
 -overflow: auto;
 -overflow:scroll;
 font-family: Tahoma,Arial,Verdana;
 }
 
.msg_002_body {
 font-family: Tahoma,Arial,Verdana;
 font-size: 12px;
 width:100%;
 overflow: auto;
 }
 
/**********************************************************************/
.error_msg_002{
 border: 1px solid #FFC1C1;
 background-color: #FFE8E8;
 }
.success_msg_002{
 border: 1px solid #ADDE5C;
 background: #DFF2BF;
 }
.info_msg_002{
 border: 1px solid #46B6EC;
 background:#BDE5F8;
 }
.warning_msg_002{
 border: 1px solid #FDDD5B;
 background:#FEEFB3;
 }
 
/**********************************************************************/
.error_msg_002  h1{color: #B10009;}
.success_msg_002 h1{color: #008000;}
.info_msg_002  h1{color: #00529B;}
.warning_msg_002 h1{color: #9F6000; }
 
.error_msg_002  #image{ background: url("icon/error_icon_32.png") no-repeat;}
.success_msg_002 #image{ background: url("icon/success_icon_32.png") no-repeat;}
.info_msg_002  #image{ background: url("icon/info_icon_32.png") no-repeat;}
.warning_msg_002 #image{ background: url("icon/warning_icon_32.png") no-repeat;}