.reachblock  {
	background-image: url(../../public/images/reach_bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
}
.reachblock    .topleft {
	background-repeat: no-repeat;
	background-image: url(../../public/images/newimages/reach_topleft.jpg);
	background-position: left top;
}
.reachblock .topright {
	background-repeat: no-repeat;
	background-image: url(../../public/images/newimages/reach_topright.jpg);
	background-position: right top;
}
.reachblock .botleft {
	background-repeat: no-repeat;
	background-image: url(../../public/images/newimages/reach_botleft.jpg);
	background-position: left bottom;
}
.reachblock .botright {
	background-repeat: no-repeat;
	background-image: url(../../public/images/newimages/reach_botright.jpg);
	background-position: right bottom;
}
.reachblock .logo {
	background-repeat: no-repeat;
	background-image: url(../../public/images/reachout_logo_med.png);
	background-position: center top;
}

.reachpad  {
	padding-top: 75px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#page_1  .reachbox {
	width:170px;
	height: 100%;
	margin-left: 20px;
		
	}

#page_1 form {
	background-repeat: repeat-y;
	background-position: center center;
	}

#page_1  form li {
	overflow:hidden;
	line-height: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	}
#page_1  form  li div{
	padding: 0px;
	margin: 2px;
	background-image: none;
	}
	
#page_1 fieldset{
	border: 0px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
		}
#page_1    fieldset   label {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#page_1 buttonbackup {
	background-color: #CCCCCC;
	width: 80px;
	height: 35px;
	text-align: left;
	vertical-align: middle;
	margin-left: 40px;
	background-image: url(../../public/images/tick.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	text-indent: 24px;
	color: #0080FF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
	
	
#page_1 button {
	width: 124px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../../public/images/newimages/login.jpg);
	}
#page_1 input {
	height: auto;
	color: #0080FF;
	text-indent: 5px;
	vertical-align: middle;
	}	
input[type="text"], input[type="password"],textarea{
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	border-radius:7px;
	border-color:#CCCCCC #DDDDDD #DDDDDD #CCCCCC;
	border-style:solid;
	border-width:1px;
	padding:3px;
	text-indent: 10px;
	margin-left: 0px;
}
select[type="text"]{
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	border-radius:7px;
	border-color:#CCCCCC #DDDDDD #DDDDDD #CCCCCC;
	border-style:solid;
	border-width:1px;
	text-indent: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 14px;
	padding-bottom: 3px;
	padding-left: 3px;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover,input[type="password"]:focus,  textarea:hover, textarea:focus,
select[type="text"]:hover, select[type="text"]:focus
	{border-color:#5794BF #B7D5EA #C7E2F1;
	}
input[name="submit"]   {
	border-radius:7px;
	background-repeat: no-repeat;
	width: 124px;
	height: 35px;
	color: #0080FF;
	margin-left: 25px;
}
input[name="login"] {
	border-radius:7px;
	background-image: url(../images/newimages/login.jpg);
	background-repeat: no-repeat;
	width: 124px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 35px;
}
input[name="login"]:hover {
	border-radius:7px;
	background-image: url(../images/newimages/login_hover.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 35px;
	width: 124px;
}
