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


/* Let's add some style to our fieldset & legend */

fieldset
{
-moz-border-radius: 7px; 
border: 1px #cccccc solid;
padding: 5px;
width: 600px;
margin-top: 10px;
}

fieldset legend
{
border: 1px #1a6f93 solid; 
color: black; 

font-family: Verdana;
font-weight: none;
font-size: 13px;

padding-right: 5px;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;

-moz-border-radius: 3px;
}

/* Label */
label 
{
width: 140px;
padding-left: 20px;
margin: 5px;
float: left;
text-align: left;
}

/* Input, Textarea */
input, textarea, select
{
margin: 5px;
padding: 0px; 
float: left;
}

/* BR */

br
{
clear: left;
}

#bookform label.error {
	font-weight: bold;
	color: #EA5200;
	background-image: url(../images/unchecked.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 12px;
}

#bookform label.checked {
	font-weight: bold;
	color: #EA5200;
	background-image: url(../images/checked.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 12px;
}
