@charset "utf-8";
body {
	font-family: 'Kaushan Script', cursive;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
section {
	margin: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	display: block;
	background-repeat: no-repeat;
	background-position: center -23px;
}
#Logo {
	margin: 0px;
	height: 320px;
	width: 450px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: right center;
}
#CUForm {
	margin: 0px;
	height: 350px;
	width: 350px;
	display: inline-block;
	vertical-align: top;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-align: center;
}
h1 {
	font-family: 'Kaushan Script', cursive;
	color: #03765a;
	text-transform: uppercase;
}
#txt-field {
	font-family: 'Kaushan Script', cursive;
	width: 340px;
	height: 25px;
	margin-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
}
#txt-area {
	font-family: 'Kaushan Script', cursive;
	width: 340px;
	height: 60px;
	padding-left: 10px;
	padding-top: 7px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
}
#btn {
	font-family: 'Kaushan Script', cursive;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	background-color: #03765a;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
	border-radius: 5px;
}

#btn:hover {
	font-family: 'Kaushan Script', cursive;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	background-color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #03765a;
}

#TR-ELE {
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 600px;
	background-image: url(images/TOP.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: fixed;
	top: 0px;
	right: 0px;
}
#UC {
	padding: 0px;
	height: 150px;
	width: 350px;
	background-repeat: no-repeat;
	bottom: 0px;
	font-weight: bolder;
	left: 0px;
	right: 0px;
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 20px;
	color: #50BB92;
}
#bottom {
	height: 65px;
	width: 225px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/Bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
