/* 

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;

}



.notification_ok

{

border: 1px #567397 solid;

height: auto;

width: 90%

padding: 8px;

background: #f5f9fd;

text-align: center;

-moz-border-radius: 5px;

}



.info_fieldset { -moz-border-radius: 7px; border: 1px #dddddd solid; }



.info_fieldset legend

{

border: 1px #dddddd solid; 

color: #0A1931; 



font: 13px "Trebuchet MS";



padding: 2px 5px 2px 5px;

-moz-border-radius: 3px;

}



.button

{

border: 1px solid #999999; 

border-top-color: #CCCCCC; 

border-left-color: #CCCCCC; 



background: white;



color: #0A1931;

width:150px; 



font: 12px Verdana, Helvetica, Arial, sans-serif;



-moz-border-radius: 3px;

cursor:pointer;

padding:10px;

}

.button:hover{background:#004100; color:#FFFFFF;}



/* Label */

label  { width: 160px; padding-left: 20px; margin: 5px; float: left; text-align: left; font-size:14px; }



/* Input, Textarea */

input, textarea

{

margin: 5px;

padding: 0px; 

float: left;



border: 1px solid #999999; 

border-top-color: #CCCCCC; 

border-left-color: #CCCCCC; 

width:250px;

color: #0A1931; 



font: 12px Verdana, Helvetica, Arial, sans-serif;



-moz-border-radius: 3px;

}



.textbox{width:250px; margin-bottom:10px; height:20px;}

/* BR */



br { clear: left; }