Removed Age and Phone number from templates.
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
margin: 0;
padding: 0;
}
body {
margin: 20px 0;
background: #FFFFFF url(images/img01.jpg) repeat-x left top;
text-align: justify;
font-family: 'Trebuchet MS', "Times New Roman", Times, serif;
font-size: 13px;
color: #666666;
}
form {
margin:10px 15px; padding: 0;
border: 1px solid #f2f2f2;
background-color: #FAFAFA;
padding-bottom: 20px;
}
label {
float: left;
width: 40%;
font-weight:bold;
margin:5px 0;
text-align: right;
}
label.accept {
}
input, textarea {
padding: 3px;
margin-left: 1%;
width: 30%;
position: relative;
left: -13%;
border:1px solid #eee;
font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
color:#777;
}
textarea {
background-color: white;
}
input.accept {
position: relative;
top: 6px;
left: -28%;
}
select {
width: 30%;
position: relative;
left: -13%;
}
h1, h2, h3 {
padding-bottom: 10px;
margin-bottom: 15px;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
}
h1 {
font-size: 1.4em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1em;
}
p, ul, ol {
margin-top: 1.5em;
}
ul, ol {
margin-left: 3em;
}
ul.errorlist {
width: auto;
color: #ff0000;
margin:5px 0;
margin-right: 1em;
text-align: center;
}
blockquote {
margin-left: 3em;
margin-right: 3em;
font-style: italic;
}
a {
text-decoration: none;
color: #70A300;
}
a:hover {
border: none;
color: #70A300;
}
/* Header */
#header {
width: 960px;
height: 100px;
margin: 0 auto;
}
#logo {
float: left;
height: 40px;
}
#logo h1, #logo h2 {
float: left;
margin-top: 20px;
text-transform: lowercase;
font-weight: normal;
}
#logo h1 {
padding: 5px 0 0 0px;
font-size: 2.6em;
}
#logo h2 {
padding: 17px 0 0 6px;
font-size: 1.2em;
}
#logo a {
border: none;
text-decoration: none;
color: #FFFFFF;
}
#menu {
float: right;
height: 40px;
}
#menu ul {
margin: 0;
padding: 30px 0px 0 0;
list-style: none;
}
#menu li {
float: left;
}
#menu a {
display: block;
float: left;
border-left: 2px solid #99C233;
margin-right: 3px;
padding: 5px 18px 5px 18px;
text-transform: lowercase;
text-decoration: none;
font-size: 1.2em;
color: #FFFFFF;
}
#menu a:hover {
text-decoration: underline;
color: #FFFFFF;
}
#menu .last a {
margin: 0;
padding-right: 0;
}
/* Page */
#page {
width: 960px;
margin: 0 auto;
padding: 60px 40px 0px 40px;
}
/* Content */
#content {
float: center;
width: 960px;
padding: 0 30px;
}
.center {text-align: center}
#content #submit {
padding: 3px 10px;
margin: 5px 0 0 0;
background: url(images/img04.jpg) repeat-x left top;
border: none;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #FFFFFF;
}
#submit {
width: auto;
position: relative;
left: -7%;
}
/* start - table */
table {
border-collapse: collapse;
margin: 10px 15px;
}
th strong {
color: #fff;
}
th {
background: #8EC102;
height: 29px;
padding-left: 11px;
padding-right: 11px;
color: #fff;
text-align: left;
border-left: 1px solid #B6D59A;
border-bottom: solid 2px #FFF;
}
tr {
height: 30px;
}
td {
padding-left: 11px;
padding-right: 11px;
/* border-left: 1px solid #FFE1C3; */
border-left: 1px solid #FFF;
border-bottom: solid 1px #ffffff;
}
td.first,th.first {
border-left: 0px;
}
tr.row-a {
background: #F8F8F8;
}
tr.row-b {
background: #EFEFEF;
}
/* end - table */
/* Footer */
#footer {
clear: both;
width: 960px;
height: 40px;
margin: 0 auto;
background: url(images/img02.jpg) repeat-x left top;
}
#footer p {
margin: 0;
padding: 15px 0px;
font-size: 11px;
}
#footer .legal {
float: left;
height: 40px;
}
#footer .credit {
float: right;
height: 40px;
}