
html, body {
background : white;
margin : 0;
}
body, input, select, textarea, button {
font-family : 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
font-size : 14px;
}
a {
cursor : pointer;
color : #d9b865;
text-decoration : none;
}
a:hover {
color : white;
background : #d9b865;
}
img {
border : none;
}
em {
font-style : normal;
color : #008ed8;
}
p {
margin-top : 8px;
}
#loader {
display : none;
}
.myinputstyle {
border : 1px dotted #ffffff;
background : #ffffff url(formbg.png) repeat-x;
font-family : tahoma, helvetica, sans-serif;
font-style : normal;
font-size : 14px;
color : #3b3b3b;
z-index : 2;
position : relative;
}
.mylabelstyle {
font-family : tahoma, helvetica, sans-serif;
font-size : 14px;
color : #2ea8ff;
}
h1 {
color : #d9b865;
}
h5 {
margin : 0;
color : #2ea8ff;
}
div.footer {
left : 50%;
bottom : 0;
height : 33px;
font-size:10px;
}
div.content {
 width: 416px;
 margin:0px auto;
 font-size:10px;
}

