.c {
  width: 780px;
  margin: 0 auto;
}

body {
font-family: tahoma, sans-serif;
font-size: 11px;
background: url('../../templates/images/bg_top.png') center 0px repeat-x #fff;
}

.logo {
padding-left: 12px;
padding-top: 1px;
}

.cnt {
padding-top: 90px;
position: relative;
}

input {
border: 1px solid #76aa48;
font-family: tahoma, sans-serif;
font-size: 11px;
padding: 1px;
margin-right: 5px;
margin-top: 4px
}

.button {
background: #76aa48;
color: #fff;
font-weight: bold;
padding: 1px 10px;
}

.footer {
border-top: 5px solid #76aa48;
margin-top: 30px;
color: #A8A8A8;
font-size: 10px;
padding-top: 20px;
line-height: 16px;
}

.footer div {
width: 720px;
margin: 0 auto;
padding: 0 30px;
}

.footer p.copyright {
float: left;
width: 282px;
}

.footer p.menu {
float: left;
}

a.dwapigroup:hover {
position: relative;
top: -14px;
left: 58px;
background: url('../images/2piBW2b.jpg') no-repeat;
display: block;
width: 58px;
height: 26px;
}
a.dwapigroup {
position: relative;
top: -14px;
left: 58px;
background: url('../../templates/images/2piBW2c.png') no-repeat;
display: block;
width: 58px;
height: 23px;
}
a.dwapigroup:hover {
background: url('../../templates/images/2piBW2b.jpg') no-repeat;
}
a:hover {
text-decoration: none;
}

.footer p.menu a:hover {
text-decoration: underline;
}

.footer p.menu a {
color: #A8A8A8;
text-decoration: none;
}

.left_column a{
color: #5D7E45;
text-decoration: underline;
}

p.arrow {
padding: 0 0 2px 10px;
background: url('../../templates/images/arrow.png') no-repeat 0 5px;
}

.infobox {
position: absolute;
    top: 42%;
    left: 50%;
    margin-top: -25px;
    margin-left: -100px;
	height: 50px;
	width: 200px;
	border-radius: 3px;
	text-align: center;
	border: 2px solid green;	
	background-color: white;
	padding: 10px;
}

.hide {
float: right;
margin-right: 0px;
background-color: rgb(76, 189, 76);
width: 23px;
margin-top: 0px;
border: 1px solid green;
cursor: pointer;
height: 23px;
border-radius: 24px;
}