@charset "utf-8";
/**************************************************************************************************
 *  File Defination 
 *  - Website CSS Section
 -------------------------------------------------------------------  
 *  Run in PHP versions 4 and upper versions
 -------------------------------------------------------------------
 *  Apprain : Content Management Framework <http://www.apprain.com/>
 *  Download link: http://www.apprain.com/download
 *  Docs link: 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/>
*************************************************************************************************/
body
{
    font-size:14px;;
}
.app_form li,.app_form ul 
{
    margin:0;
    padding:0;
	list-style:none;
}

.app_form li label
{
    width:200px;
	display:block;
    float:left;
}

.app_form li
{
    clear:both;
}

.app_input
{
	border:1px solid #D7D7D7;
	padding:5px;
	width:230px;
	margin:5px 0 5px 0;
	font-family:Arial;
	font-size:12px;
	color:#2A2A2A
}

.err
{
    color:red;
}

/* --- Do not delete -- */
pre 
{
	background-color:#a19fa0;
	border:1px dashed #3300CC;
	color:black;
	padding:10px;
	margin:2px;
	overflow:auto;
	font:0.9em monospace,arial,helvetica,sans-serif; 
	width: 95%;
}