@charset "UTF-8";
/* CSS Document */

/*div {
border: 1px solid grey;
}*/
img {
border:0;
}
a {
outline:none;
}
body {
	font-family: arial;
	margin:0px;
	padding:0;
}

html{
  height:100%;
  margin:0;
  padding:0;
  overflow-y: scroll;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:928px;
}

/* THIS CONTAINS THE HEADER AND TOP NAV STYLES*/
#header fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#header{
	font-size:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:1px;
	width:908px;
	height:50px;
}

#logo {
	background:transparent url(/assets/templates/waterjel/images/header_logo.gif) no-repeat scroll 0 0;
	display:block;
	height:41px;
	line-height:41px;
	margin:17px 0 0;
	position:absolute;
	text-indent:-9999px;
	top:0;
	width:228px;
}

#logo a {
	display:block;
	height:50px;
	width:205px;
}

/* END HEADER AND TOP NAV STYLES*/


/* THIS CONTAINS THE PRIMARY CONTENT STYLES*/
#bodycont {
	background-color:#FFFFFF;
	padding-top: 10px;
	_min-height: 225px;
	min-height: 225px;
	color:#333333;
}

#bodycont a {
	color:#13315A;
	font-weight:bold;
}

#bodycont a:hover {
	color:#0675F3;
}

#intro {
	width:651px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size:12px;
}

#intro h1 {
	font-size:12px;
	margin:0;
}

#footer {
	margin-top:15px;
	text-align:center;
	font-size:10px;
	color:#666666;
	padding:15px 0 15px 0;	
}

#footer a {
	text-decoration:none;
	color:#666666;
}

#footer a:hover {
	text-decoration:underline;
	color:#666666;
}

/* END PRIMARY CONTENT STYLES*/


/*THIS CONTAINS THE REP LOGIN PAGE STYLES*/

fieldset {
border:none;
margin:0;
padding:0;
}

form {
border:none;
margin:0;
padding:0;
}

.infoRequest {
	background:transparent url(/assets/templates/waterjel/images/survey_imgs/survey_bg.jpg) repeat-x scroll center bottom;
	border:1px solid #CCCCCC;
	font-size:12px;
	min-height:150px;	
	_min-height:150px;
	padding:25px;
	text-align:left;
	width:601px;
	margin-left:auto;
	margin-right:auto;
}

.infoRequestShort {
	width:295px;
}

.passForgot {
	margin-left:auto;
	margin-right:auto;
	width:500px;
}

h2, h3, h4 {
	font-size:12px;
	margin-top:0;
	padding-top:0;
}

.infoRequest table td{
	height:25px;
}

.infoRequest .txt {
	height:15px;
	line-height: 15px;
	border: 1px solid #c9c9c9;
	background: #fff;
	color: #000000;
	padding:2px 0 0 2px; 
	margin: 0 !important;
	vertical-align: middle;
	*vertical-align: text-bottom;
	font-size:11px;
	margin-right:5px;
	width:220px;
}

.infoRequest table {
	vertical-align:center;
}

#forgotpsswd {
	font-size:10px;
	margin-top:10px;
}

#checkbox_1 {
	margin: 0pt 0pt 1px;
	overflow: hidden; 
	width: 13px; 
	height: 13px;
}

.submitBtn {
	background:transparent url(../images/survey_imgs/submit.jpg) no-repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	display:block;
	height:25px;
	text-indent:-5000px;
	width:63px;
	font-size:0;
	line-height:0;
}

.cancelBtn {
	background:transparent url(../images/cancel_btn.gif) no-repeat;
	display:block;
	line-height:0;
	font-size:0;
	width: 49px;
	height: 20px;
	text-indent:-5000px;
	border:0 none;
	cursor:pointer;
}

.logoutBtn {
	width:651px;
	text-align:right;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
}


/*END REP LOGIN PAGE STYLES*/



.clearboth{
clear:both;
}
