/* 
Credits: Bit Repository
CSS Library: http://www.bitrepository.com/
*/

html, body 
{
padding: 0;
border: 0px none;
font-size: 13px;
font-family: Verdana;
}

table
{
font-size: 12px;
font-family: Verdana;
margin-bottom:0px;
}

h1 {
font-family:Georgia,"Times New Roman",Times,serif;
font-size: 20px;
font-weight: normal;
}

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 3px;
margin: 10px;
background: #F8F0F1;
text-align: center;
-moz-border-radius: 5px;
}

.field_error
{
color: red; 
margin-left: 2px;
margin-top:2px;
background: ghostwhite url('images/icon_warning.gif') no-repeat scroll 0px 50%;
padding-left: 20px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%;
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}



/* Label */
.labtxt 
{
width: 75px;
padding-left: 20px;
margin: 5px;
float: left;
text-align: left;

}
.laberr 
{
width: 25px;
padding-left: 2px;
margin: 5px;
float: left;
text-align: left;
}

/* Input, Textarea */
.intxt, .txtarea
{
margin: 3px;
margin-bottom:0px;
padding: 3px; 

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font-size: 13px;
text-align: left;
}

/* BR */

br
{
clear: left;
}