html,body {
	margin:0;
	padding:0;
	color:#000;
	background-color:#CCCCCC;
	}

body {
	padding:40px;
	padding-top:10px;
	font:76%/135% Verdana, Arial, Helvetica, sans-serif;
	}

#footer {
	text-align:center;
	font-size:80%;
	}

#footerbar {
	display: block;
	clear: both;
	list-style: none;
	padding: 2px 0px 2px 0px;
}

	
#footerbar li {
	display: inline;
}

/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:0 10px;
	margin:1em 0;
	background:#fff;
	border:1px solid #666;
	}

.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.4em/1  Verdana, Arial, Helvetica, sans-serif;
	}
	

.cb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.4em/1  Verdana, Arial, Helvetica, sans-serif;
	}

.cbb h2 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.1em/1  Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	}
	

.cb h2 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.1em/1  Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	}


/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin:0.5em 0;
	width:800px;
	float:left;
	}

/* Rules for the top corners and border */
.bt {
	background:url(box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
	}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(box.png) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
	}
.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(borders.png) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(borders.png) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
	}
/* CSS for the box ends here */

/* You can use different borders for different boxes on the same page. Just adjust the CSS. The following is an example that uses the GIF images instead of the PNG images. Note that you can also adjust borders, heights and paddings this way. Remember to adjust the IE CSS as well. */
.three .i1,
.three .i2 {
	background-image:url(borders.gif);
	}
.three .bt,
.three .bt div,
.three .bb,
.three .bb div {
	background-image:url(../box.gif);
	}

/* Just a bit of styling for this example. Adjust as you wish. */
.header {
	margin:0 -10px;
	padding:0.3em 10px;
}


a{
	text-decoration:none;
	color:#666666;
}

a:visted {
	text-decoration:none;
	color:#666666;
}

a:hover {
	text-decoration:underline;
}


.header a{
	text-decoration:none;
	color:#666666;
}



.floatRightClear { 
	float: right; 
	clear: right; 
	margin: 4px; 
}

a img {
	border:solid #000000 1px;
}

.thumbnail{
	padding: 3px 3px 8px 3px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	


div#formcontainer {
	width:500px; 
}

div#formcontainer h2{
	background-color:#CCC;
font-weight:normal;
font-size:20px;
color:#333;
padding:2px 10px;
margin:0;
}
div#formcontainer p{
margin:0;
padding:10px;
font-size:11px;
line-height:normal;
color:#777;
}

div#formcontainer input, div#formcontainer textarea{
color:#666666;
}


div#formcontainer form  {
} 
/* the top border is visually 1 px thicker because it touches the div.clearfix bordertop */

div#formcontainer div.clearfix {
	border-top: 0px solid #CCC; 
	padding:10px 0px; 
	vertical-align:top;
} /* adds the line above each section and provides vertical spacing */

div#formcontainer form label {
	width:120px; 
	float:left; 
		font-size:12px;
	margin:0 10px;
	color:#565350;
} /* this is the text label on the left of each input */
/* END OF THE FORMS CSS*/

div#formcontainer input[type="submit"] {
	display:block;
	margin-left:auto;
	margin-right:10px;
	}
	
