#bakgndimg {
	background-position: 50% -60px;
	background-image: url(../img/Various-logos.png);
	background-repeat: no-repeat;
	display: block;
	clear: none;
	float: left;
	left: 0px;
	top: 0px;
	height: 900px;
	width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

#container {
	margin-bottom: 20px;
	text-align: left;
	padding: 10px;
	top: 70px;
	background-color: #fefefe;
	clear: both;
	position: absolute;
	position: absolute; left: 50%; width: 620px; margin-left: -310px; /* half of the width */ 

}

body {
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	background-image: url(../img/JCVbg.gif);
	text-align: left;
	background-color: #8a064a;
}

.form_send {
	display: block;
	float: left;
	width: 48%;
}

.form_to {
	display: block;
	float: right;
	width: 48%;
}

.btn {
	clear: both;
}

label {
	margin-left: 10px;
	display: block;
	clear: left;
}

.text {
	background-color: #958c92;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 3px;
	border-style: none;
	color: white;
	width: 260px;
	display: block;
	position: static;
	clear: right;
}

.textarea {
	background-color: #958c92;
	color: white;
	height: 50px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 3px;
	border-style: none;
	width: 260px;
	display: block;
	position: static;
	clear: right;
}

form {
	clear: both;
	display: inline-block;
}

H1 {
	color: #5a0000;
	font-size: 26px;
	font-family: serif;
}

H2 {
	margin-top: -5px;
	font-family: sans-serif;
	color: purple;
	font-size: 15px;
}

H3 {
	margin-bottom: -0.5px;
	font-family: sans-serif;
	color: purple;
	font-size: 10px;
}

label {
	color: #4c4c4c;
	font-weight: bold;
	font-size: 10px;
	font-family: sans-serif;
}

form {
	padding: 10px;
}

.smallBox {
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #958c92;
}

.btn {
	margin-top: 10px;
}

.title {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

#example {
	background-repeat: repeat;
	background-image: url(../img/ExBg.png);
	padding: 20px;
	background-color: #e6e6e6;
	line-height: 12px;
	font-size: 12px;
	font-family: sans-serif;
}

ul {
	clear: left;
	display: block;
	list-style-position: outside;
	list-style-type: none;
}

li {
	background-image: url(../img/btnBg.gif);
	list-style-position: inside;
	height: 40px;
	width: 100px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 5px;
	color: white;
	background-color: purple;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
	font-size: 10px;
	font-family: sans-serif;
	float: left;
}

li:hover {
	background-position: 0 50px;
	background-image: url(../img/btnBg.gif);
	margin-right: 5px;
	background-color: purple;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
	font-size: 10px;
	font-family: sans-serif;
	float: left;
}

#links {
	border-top-color: purple;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 20px;
	margin-top: 20px;
}

#links a {
	color: white;
	text-decoration: none;
}

#links a:link {
	text-decoration: none;
}

#links a:active {
	color: white;
	text-decoration: none;
}

#links a:visited {
	color: white;
	text-decoration: none;
}

#links a:hover {
	position: relative;
	text-decoration: none;
}

#sharethis {
	height: 50px;
	padding-bottom: 10px;
	margin: 10px;
	position: static;
	display: block;
}

.myBox {
}

.shareitem {
	margin-right: 10px;
	display: inline;
	float: left;
}

.sharebtn {
	top: 1px;
	position: static;
	margin-right: 10px;
	display: inline;
	float: left;
}

.error {
	font-weight: bold;
	color: red;
	font-size: 10px;
	font-family: sans-serif;
}

#sendBtn {
	font-weight: bold;
	color: purple;
	font-size: 12px;
	font-family: sans-serif;
	text-align: center;
	position: relative;
	left: 230px;
	width: 141px;
	height: 61px;
	background-repeat: no-repeat;
	background-image: url(../img/sendBtn.gif);
}

#sendBtn:hover {
	font-weight: bold;
	background-position: 0 -62px;
	color: purple;
	font-size: 12px;
	font-family: sans-serif;
	text-align: center;
	position: relative;
	left: 230px;
	width: 141px;
	height: 61px;
	background-repeat: no-repeat;
	background-image: url(../img/sendBtn.gif);
}


