body {
	
	
	position: relative;
	height: 100%;
}
.headerContainer,
.bodyContainer,
.footerContainer {
	max-width: 960px;
	margin: 0 auto;
	background: #FFF;
}
.padding {
	padding: 20px;
}
.bodyContainer {
	min-height: 500px;
}
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
    margin-bottom:200px;
	background: #39c8e2 url("../scroll/uparrow2.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
	background-color: #fb6405;
}
.ht30 {
	height: 30px
}

.ht50 {
	height: 50px
}

.wd400 {
	width: 400px
}

.wd450 {
	width: 450px
}

.inputTitle {
	font-size: 13px;
	font-weight: bold;
	color: #3386FF;
}

.alert {
	font-size: 13px;
	font-weight: bold;
	color: red;
}