/* COMMON */
body {margin: 0 40px; background: #fff; font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;}
form {padding: 0; margin: 0;}

/* LINKS */
a {color: #00f; text-decoration:underline}
a:hover {color: #f60; text-decoration:underline}

/* HEADINGS */
h1 {font-size:1.5em; padding: 1em 0 0 0; font-weight:bold;}
p.subtitle {margin:0; padding: 0 0 15px 0; font-size: 1.5em; color: #999;}

/* ERRORS */
.highlight1 {color: #f00;}
label .twocolumnerror {color: #f00;}
input .twocolumnerror {background: #fcc;}
select .twocolumnerror {background: #fcc;}

/* FORMS */
input {font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;}
select {font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;}

/* BUTTONS */
.Continue {color:#000; background:#fc0; text-decoration:none;}

