fieldset{
	border: 2px solid;
	border-style: outset;
	border-color: #FFFFFF;
	background: #969696;
	font: 11px/125% Tahoma;
	padding: 20px 0 0 0;
	border-left-style: inset;
	border-top-style: inset;
}
legend {
	font: 16px/125% Tahoma;
	font-weight: bolder;
	color: #AFEE33;
}

/*Begin Forms*/
.border {
    border-style:solid;
    border-width:0;
    border-color:#cccccc;
	color:#000000;
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:160%;
	height:25px;
	width:228px;
	margin-top:6px;
	margin-left:10px;
	}
.border2 {
    border-style:solid;
    border-width:0;
    border-color:#cccccc;
	color:#000000;
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:160%;
	height:25px;
	width:95px;
	margin-top:6px;
	margin-left:10px;
	}
	
input.border:focus	{
	background: #AFEE33;
}

input:hover {
	background-color:#AFEE33;
	}
	
textarea:hover {
	background-color:#AFEE33;
	}

textarea.borders:focus	{
	background: #AFEE33;
}

.borders {
    border-style:solid;
    border-width:0px;
    border-color:#cccccc;
	color:#000000;
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:160%;
	height:115px;
	width:379px;
	margin-top:6px;
	margin-left:10px;
	}
	
.formborder {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#fff;
	background-image:url(images/form_button.jpg);
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:130%;
	height:30px;
	width:89px;
	padding-bottom:1px;
	}
	
.formborder:hover {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#fff;
	background-image:url(images/form_button_over.jpg);
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:130%;
	height:30px;
	width:89px;
	padding-bottom:1px;
	}
#sidebar form .scrollbar {
	float: left;
	width: 145px;
	height: 16px;
	background: url("images/scrollbar-background.gif") repeat-x center center;
}
#sidebar form #pages-increase, #sidebar form #days-increase {
	float: left;
	background: url("images/scrollbar-increase.gif") no-repeat;
}
#sidebar form #pages-decrease, #sidebar form #days-decrease {
	float: left;
	background: url("images/scrollbar-decrease.gif") no-repeat;
}
#sidebar form #pages-scroller, #sidebar form #days-scroller {
	float: left;
	background: url("images/puce.png") no-repeat;
	margin-top: 1px;
	width: 21px;
	height: 21px;
	text-indent: -1000em;
	display: block;
}
#sidebar form #pages-decrease a, #sidebar form #pages-increase a, #sidebar form #days-decrease a, #sidebar form #days-increase a {
	outline: none;
	width: 16px;
	height: 16px;
	text-indent: -1000em;
	display: block;
}