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


.notification_error
{
height: auto;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
height: auto;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

.info_fieldset { -moz-border-radius: 7px;}

.info_fieldset legend
{
color:#666;

font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
background: white;

color: #333333; 
-moz-border-radius: 3px;
}

/* Label */
label  { padding-left: 20px; margin: 5px; float: left; text-align: left; 
font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif; color:#666; font-size:0.9em; }

/* Input, Textarea */
input, textarea
{
padding: 0px; 
float: left;
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 
color: #333333; 
font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
-moz-border-radius: 3px;
}

/* BR */

br { clear: left; }
