body{
	background: #10151d;
	color: white;
	font-size: 14px !important;
}
h1{
	font-size: 40px !important;
	margin-bottom: 10px !important;
}
#header{
	padding: 30px 0px;
}
#footer{
	padding: 5px 0px;
	color: #d5dce7;
}
#dcPic{
	background: url(../images/hall.jpg?2) no-repeat;
	width: 479px;
	height: 384px;
	position: absolute;
	left: 50%;
	margin-left: 2px;
	top: 55px;
}
#securusLogo {
  background: url("../images/securus.gif") no-repeat scroll 0 0 transparent;
  height: 102px;
  left: 50%;
  margin-left: 378px;
  position: absolute;
  top: 20px;
  width: 102px;
  z-index: 99999;
}
#contents{
	background: url(../images/contentbg.jpg) repeat-x;
	height: 442px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#emailForm{
	margin-top: 10px;
}
label{
	clear: right;
	display: block;
	margin-top: 15px !important;
}
td{
	font-size: 12px !important;
}
textarea{
	height: 75px;
}
table{
	margin-bottom: 0px !important;
}
.inputField{
	padding: 7px 5px;
	width: 360px;
	border: 1px solid #68c7dc;
}

.button {
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font: 14px/100% Arial,Helvetica,sans-serif;
    margin-top: 15px;
    outline: medium none;
    padding: 8px 25px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}
.white {
    background: -moz-linear-gradient(center top , #FFFFFF, #EDEDED) repeat scroll 0 0 transparent;
    border: none;
    color: #606060;
}
.white:hover {
    background: -moz-linear-gradient(center top , #FFFFFF, #DCDCDC) repeat scroll 0 0 transparent;
}
.white:active {
    background: -moz-linear-gradient(center top , #EDEDED, #FFFFFF) repeat scroll 0 0 transparent;
    color: #999999;
}
