/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/


.notification_error
{
border: 1px solid #fff;
height: auto;
width: 90%;
padding: 4px;
background: #222;
color: #eee;
text-align: left;
margin-bottom:10px;
font-size: 13px; 
}

.notification_ok
{
border: 1px solid #fff;
height: auto;
width: 90%;
padding: 8px;
background: #222;
text-align: center;
color:#eee;
font-size: 13px; 
}

.info_fieldset {border:0; height:440px; width:auto;}


.button
{
border: 1px solid #fff;
background: #222;
color: #fff;
height:20px;
}
.button:hover
{
border: 1px solid #fff;
background: #fff;
color: #222;
height:20px;
}

/* Label */
label  { width: 140px; padding-left: 20px; margin: 5px; float: left; text-align: left; height:auto;font-size: 13px;letter-spacing:.15em;line-height:1.7em; color: #eee; }

/* Input, Textarea */
input, textarea
{
font-size: 13px;
margin: 5px;
padding: 0px; 
float: left;
border: 0; 
color: #eee; 
height:20px;
background: #222;
border: 1px solid #eee;
}
textarea {
font-size: 13px;
height:170px;
width:60%;
overflow:auto;
}
/* BR */

br { clear: left; }