@charset "utf-8";

/**
 *  File Definition 
 *   Website CSS Section
 *  
 *  Content Management Framework <http://www.apprain.com/>
 *  http://www.apprain.com
 *  http://www.apprain.com/docs
 *  
 *  License text http://www.opensource.org/licenses/mit-license.php 
 *  About MIT license <http://en.wikipedia.org/wiki/MIT_License/>
 */

/* --- Do not delete -- */
pre 
{
	font-size:13px;
	background-color:#a19fa0;
	border:1px dashed #3300CC;
	color:black;
	padding:10px;
	margin:2px;
	overflow:auto;
	width: 95%;
    font-weight:normal;
}

.inline-error, .err
{
	margin-top:5px;
	padding:2px  2px  2px 20px;
    background:url(../../images/admin/error_msg_icon.gif) no-repeat center left;
	color:#FF5555;
}
