a:link {
  color: #0000FF;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #0000FF;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #8080FF;
  background-color: transparent;
  text-decoration: underline;
  cursor:pointer;
}

a:active {
  color: #FFFF00;
  background-color: transparent;
  text-decoration: underline;
}

input.wow_button{
  		width:50%;
	    height:32px;
 	    display:table;
  		margin:0 auto;
		font-size: 16px;
		}
		@media screen and (max-width:360px){
   		    input.wow_button{
    	    width:100%;
  		    }
		}

body {
background: #FFFFFF;
font-family: verdana, arial, sans-serif;
color: #000000;
font-size: 12px;
margin: 0px;
}

div#container {
max-width: 800px;
margin: 0px auto;
background: #CCCCCC;
padding: 0px;
}

div#content {
max-width: 800px;
padding-top: 0px;
background: #CCCCCC;
}

div#header {
max-width: 800px;
height: 160px;
background: #CCCCCC;
display: table;
margin: 0 auto;
top: 0px;
}

div#footer {
background: #FFFFFF;
text-align: center;
padding-left: 10px;
padding-right: 10px;
}

div#grayfooter {
background: #CCCCCC;
text-align: center;
padding-left: 10px;
padding-right: 10px;
}

div#leftfooter {
background: #CCCCCC;
text-align: left;
padding-left: 10px;
padding-right: 10px;
}

div#logoheader {
max-width: 800px;
height: 154px;
background: #CCCCCC;
display: table;
margin: 0 auto;
top: 0px;
}

div#goolink {
max-width: 800px;
background: #CCCCCC;
display: table;
margin: 0 auto;
top: 0px;
}

div#appinfo {
background: #CCCCCC;
float: left;
padding-left: 10px;
padding-right: 10px;
}

div#nav {
width: 200px;
float: left;
background: #CCCCCC;
}

div#maincontent {
max-width: 600px;
float: left;
background: #CCCCCC;
}

div.navblock {
width: 180px;
margin: 5px auto;
border: 1px solid #CCCCCC;
}

div.contentblock {
max-width: 580px;
margin: 5px auto;
border: 1px solid #CCCCCC;
}

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}