/**
 * @author        Jacques Bodin-Hullin <http://www.bodin-hullin.net>
 * @author        Damien Carre         <http://www.carredamien.com>
 * @copyright     (C) 2008 Zen-2.fr
 * @license       All rights reserved
 */
form.normal {
	margin:             20px 10px;
	padding:            15px 25px 25px 20px;
	/*background:         #070707;*/
	background:         #151515;
	/*border:             1px solid #111;*/
	border:             1px solid #222222;
}

form.normal div.element, form.normal div.send {
    clear:              both;
}

form.normal div.send {
    text-align:         right;
    padding-right:      50px;
}

form.normal label input {
    width:              auto;
    margin-right:       5px;
}

form.normal label {
    padding-left:       10px;
}

form.normal label.label {
	font-weight:        bold;
	color:              #FAFAFA;
    display:            block;
    padding:            5px;
}

form.normal input, form.normal select, form.normal textarea {
	margin:             5px 0;
	padding:            5px;
	font:               normal 1em Verdana, Tahoma, sans-serif;
	color:              #BBBBBB;
	background:         #0C0C0C;  
	border:             1px solid #222222;
}

form.normal select option {
    padding-right:      0.5em;
} 

form.normal input, form.normal select, form.normal textarea {
    width:              490px;
}

form.normal input:focus, form.normal select:focus, form.normal textarea:focus {
    border:             1px solid #5E5E5E;
}

form.normal textarea {
    height:             300px;
}

form.normal div.send input {
	font:               bold 12px Arial, Verdana, Sans-serif; 
	height:             30px;
	padding:            3px 10px;
	margin-top:         8px;
	color:              #48780E;
	background:         black;
	/*border:             1px solid #1B1B1B;*/
    border:             1px solid #444444;
    width:              auto;
}

form.normal div.send input:hover {
    background:         #222222;
    cursor:             pointer;
}

form.normal div.element ul.errors {
    margin-left:        30px;
    color:              #9C070D;
}

/*NicEdit*/
/*.nicEdit-editorContain {*/
/*border:             1px solid #CCCCCC;*/
/*background:         #0C0C0C;*/
/*color:              #6A6969;*/
/*}*/

/*#nicEditContent {*/
/*color: white;*/
/*}*/

/*.nicEdit-main {*/
/*margin:             4px;*/
/*color:              #6A6969;*/
/*}*/

/*.nicEdit-panelContain {*/
/*overflow :          hidden;*/
/*width:              100%;*/
/*border:             1px solid #CCCCCC;*/
/**//*background-color:   #1C1C1C;*/
/*background:         #E1E1E1;*/
/*}*/

/*.nicEdit-panel {*/
/*margin:             2px;*/
/*margin-top:         0;*/
/*overflow:           hidden;*/
/*}*/
/*.nicEdit-buttonMargin {*/
/*float:              left;*/
/*margin-top:         2px;*/
/*}*/

/*.nicEdit-buttonContain {*/
/*height:             20px;*/
/*width:              20px;*/
/*}*/

/*.nicEdit-buttonBorder {*/
/*border:             1px solid #EFEFEF;*/
/**//*background-color:   #E10000;*/
/*}*/

/*.nicEdit-button {*/
/*width:              18px;*/
/*height:             18px;*/
/*overflow:           hidden;*/
/*cursor:             pointer;*/
/*background:         #E1E1E1;*/
/*}*/

