/* -------------------- Forms -------------------- */
form p {
	margin:10px 0;
	font-size:11px;
	color:#666666
}
form ul {
	width:100%;
	margin:0;
	padding:0;
}
form ul li {
	width:100%;
	margin:0;
	padding:0;
}
fieldset {
	margin-top: 15px; 
	margin-bottom: 15px; 
}
fieldset.btns {
	margin-top:0;
	margin-bottom: 0px;
	cursor:default
}
fieldset.btns p{
	margin-bottom: 0px; 
}
	
legend {
	display: none; 
	}
	
label { 
	display: block; 
	margin-bottom: 5px;
	font-size:11px;
	font-weight:bold;
	color:#666666
	}
	
.input-short,
.input-medium,
.input-long { 
	padding: 3px; 
	}
	
select { 
	padding: 2px; 
	}
	
textarea { 
	padding: 3px; 
	}
	
.input-short { 
	width: 40% 
	}
	
.input-medium { 
	width: 60% 
	}
	
.input-long { 
	width: 90% 
	}
	
input.input-short,
input.input-medium,
input.input-long, 
select, 
textarea {
	background: url(../img/forms/input-bg.gif) top left repeat-x #fff;
	border: 0;
	border: 1px solid #cccccc;
	}

input.input-short:focus,
input.input-medium:focus,
input.input-long:focus, 
select:focus, 
textarea:focus {
	background: url(../img/forms/input-bg-focus.gif) top left repeat-x #fff;
	border-color: #CAE4AD;
	}




input[type="submit"].b1, input[type="submit"].b2, input[type="submit"].b3, input[type="submit"].b4 ,
input[type="reset"].b1, input[type="reset"].b2, input[type="reset"].b3, input[type="reset"].b4 {
	color: #999999;
	background-image: url(../img/forms/btn1.gif);
	height: 25px;
	line-height: 25px;
	padding: 0px;
	border-style: none;
	background-color: Transparent;
	font-size:11px;
}
input[type="submit"].b2 {
	color: #fff;
	background-image: url(../img/forms/btn2.gif);
}
input[type="submit"].b3 {
	color: #155B2B;
	background-image: url(../img/forms/btn3.gif);
}
input[type="submit"].b4,
input[type="reset"].b4 {
	color: #fff;
	background-image: url(../img/forms/btn4.gif);
}
 
input[type="submit"].b40,
input[type="reset"].b40{
width: 40px;
background-position: 0px 0px;
}
input[type="submit"].b80,
input[type="reset"].b80{
width: 80px;
background-position: 0px -25px;
}
input[type="submit"].b130,
input[type="reset"].b130{
width: 130px;
background-position: 0px -50px;
}
input[type="submit"].b200,
input[type="reset"].b200{
width: 200px;
background-position: 0px -75px;
}
input[type="submit"].b300,
input[type="reset"].b300{
width: 300px;
background-position: 0px -100px;
}
