/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/


.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
font-size:0.82em;
font-family: Trebuchet, Helvetica, Arial, sans-serif;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
font-size:0.82em;
font-family: Trebuchet, Helvetica, Arial, sans-serif;
}





/* Label */
label {
 font-family:  "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Verdana, arial; 
 font-size: 0.9em; 
 color: #000;
 display: block;
 margin-bottom: 4px;
}

/* Input, Textarea */
.textbox
{
margin-bottom: 12px;
border: 1px solid;
border-top-color: #aaa;
border-right-color: #d4d4d4;
border-bottom-color: #eee;
border-left-color: #d4d4d4;
height: 20px;
padding: 3px;
width: 300px;
font-size:0.9em;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}


/* Textarea */
.textarea {
margin-bottom: 12px;
border: 1px solid;
border-top-color: #aaa;
border-right-color: #d4d4d4;
border-bottom-color: #eee;
border-left-color: #d4d4d4;
height: 60px;
padding: 3px;
width: 300px;
font-size:0.9em;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}


/* BR */

br { clear: left; }