/* 
    Document   : main
    Created on : Apr 21, 2010, 3:53:01 PM
    Author     : Vincent Law
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

* {
    border: 0;
    margin: 0;
    padding: 0;
}
body {
    font-family: Calibri, Verdana, sans-serif;
    font-size: 12pt;
}

a:link {
    color: #758b53;
}

a:visited {
    color: #758b53;
}

h1 {
    font-weight: bold;
    font-size: 24pt;
}

h2 {
    font-weight: bold;
    font-size: 18pt;
}

h3 {
    font-weight: bold;
    font-size: 14pt;
}

#planner {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}

#total {
    color: #00b745;
    font-size: 20pt;
    font-weight: bold;
}

.centertext {
    text-align: center;
}

.righttext {
    text-align: right;
}

.numberbox {
    width: 20px;
}

#infofields {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 590px;
}

#infofields label {
    display: block;
}

#name {
    width: 300px;
}

#familyname {
    width: 300px;
}

#address {
    width: 550px;
}

#phone {
    width: 80px;
}

#email {
    width: 300px;
}

#register {
    font-size: 18pt;
	background: #262C32;
    width: 150px;
    padding: 9px;
    letter-spacing: 1px;
    border: none;
    color: #85eb63;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	-webkit-appearance: none;

}

#error {
    color: #f00;
}

form {
    margin-top: 20px;
    padding-top: 30px;
    width: 780px;
    border-top: 2px solid black;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

input {
    border: 2px solid black;
    padding: 2px;
    margin: 5px;
    vertical-align: middle;
	border-radius: 0px;
	-webkit-border-radius:0;
	-webkit-appearance: none;
}



#header {
    background-image: url('bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    border-bottom: 2px solid black;
    margin-bottom: 20px;
    height: 120px;
    padding-top: 8px;
}

#skip {
    margin-bottom: 10px;
}

.indent {
    text-indent: 40px;
}

.good {
    border-color: #00b745;
}

.bad {
    border-color: #c22000;
}

td {
    vertical-align: top;
}




hr {
    color: #000000;
    background-color: #000000;
    height: 2px;
    width: 100%;
    vertical-align: middle;
    margin-top: 6px;
}

