preview of what you'll be getting, here it is. 

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



a { color: #0066CC;  text-decoration: none;}
a:hover { text-decoration: none; }
a:link { color: #0066CC;}
a:visited { color: #0066CC;text-decoration: none;}
a:active { color: #0066CC;text-decoration: none;}

.error
{
    font: normal 10px arial;
    padding: 3px;
    background-color: #ffc;
    border: 1px solid #c00;
    margin-right:5px;
}


fieldset label .error
{
    float:none;
}

.hide
{
    display: none;
}

h4 
{
    margin-bottom:5px;
}
.LoginDiv
{
    float: left;
    clear: left;
    width: 280px;
    margin: 0 0 0;
    padding: 5px;
    border: 1px solid #E6E6E6;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E6E9F5',EndColorStr='#ffffff')";
    position: relative;
}

.FormDiv
{
    width: 800px;
    margin: 0 0 0;
    padding: 15px 5px 5px 5px;
    border: 1px solid #E6E6E6;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E6E9F5',EndColorStr='#ffffff')";
    position: relative;
}

.LoginDiv li, .FormDiv li
{
    float: left;
    clear: left;
    padding-bottom: 1em;
    list-style-type: none;
    width:100%;
}

.LoginDiv .label, .FormDiv .label
{
    display: block;
    float: left;
    width: 8em;
    margin-right: 1em;
    margin-right: 1em;
    text-align: right;
}

.QuestionDiv li
{
  float:none;
}

.QuestionDiv .label
{
  width: 100%;
  float:none;
  text-align:left;
  margin-bottom:3px;
    padding-bottom: 0;
}

#mainDiv
{
    margin: 0 auto;
    width: 900px;
    text-align: left;
}

#mainLoginDiv
{
    margin: 0 auto;
    width: 600px;
    text-align: left;
}

#questionsFieldset label
{
    width: 800px;
    text-align: left;
    float: none;
}

.watermarkOn
{
    color: #6D7B8D;
    font-style: italic;
}