body {
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 14px;
padding: 20px 0px;
text-align: center;
}

img, div {
max-width: 100%;
}

select, input, textarea {
max-width: 80%;
}

a:link {color: #0000FF; text-decoration: underline;}
a:visited {color: #0000FF; text-decoration: underline;}
a:hover {color: red; text-decoration: underline;}
a:active {color: red;}

table {
width: 80%;
border: 10px dotted black;
border-width: 1px;
margin-left:auto; 
margin-right:auto;
text-align: left;
}

.logo {
display: inline-block;
vertical-align: bottom;
padding: 0% 5%;
text-align: left;
}

.title {
display: inline-block;
vertical-align: bottom;
padding: 0% 5%;
text-align: center;
font-size: 30px;
color: #000000;
text-decoration: none;
font-family: Arial,Verdana,Helvetica san-serif;
font-weight: bold;
}

.smalltitle {
font-size: 12px;
color: #818181;
font-weight: normal;
}

.container {
width:95%;
margin:0 auto;
position:relative;
display: block;
background: none repeat scroll 0% 0% #FFF;
}

.bottom {
margin: 20px 10px;
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}