body{background: #999999;}
.container {
border: 1px solid #0077c0;
}

#content {
	padding: 7px;
}

#main {
	background:url(../../images/main.jpg) no-repeat;
	
}

#sidebar {
	margin-top: 8px;
	margin-left: 8px;
	border: 1px solid #7A8D24;
}

#sidebar h2{
	margin: 3px;
	text-transform:capitalize;
	font-size: 14px;
	padding-left: 4px;
	background: #7A8D24;
	color: #fff;
}

#content h1{
	font-size: 18px;
	color: #0077c0;
}


#content h2{
	font-size: 15px;
	color: #0077c0;
}

#form{
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-top: 7px;
	padding-left: 10px;
}

#form2{
	padding-top: 7px;

}

#footer {
	background: #0077c0;
	font-size: 12px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer a{
	color: #fff;
}


.cssform {
	padding:5px;
	margin-bottom:10px;
}
.cssform p{
	/*width:350px;*/
	/*clear: left;*/
	margin: 0px;
	padding: 3px 0 0 0;
	padding-left: 0px; /*width of left column containing the label elements*/
	height: 1%;
}

.cssform label{
	text-align:left;
	font-weight: normal;
	font-size:12px;
	float: left;
	/*margin-left: -120px; width of left column*/
	width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	padding-right:5px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	/*width: 297px;*/
}

.cssform select{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 297px;
}

.cssform textarea{
	width: 283px;
	height: 150px;
}

.cssform .required {
	color:#A90000;
	font-weight: bolder;
	font-size: 12px;
}


.cssform h3 {
	margin-top:0px;
	margin-bottom:5px;	
}

.cssform ul {
	margin-top:0px;
	margin-bottom:0px;	
}
.cssform .keepinformed {
	margin-right:5px;
	margin-bottom:35px;
	margin-top:2px;
	float:left;	
}
.cssform label.check{
	font-weight: bold;
	float: left;
	margin-left: -105px; /*width of left column*/
	width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	text-align: right;
	padding-right: 15px;
}
.formbutton{
	margin-top: 10px;
	padding: 2px;
}

