﻿body { padding : 0px; margin : 0px; font-family : Verdana, Arial, Sans-Serif; font-size : 12px; }
form { padding:0; margin:0; }
img { border : none; }
a { color:Black; text-decoration:underline; }

table { border : none; }

.title { font-size:14px; font-weight:bold; }
.sub-title { font-size:11px; font-weight:bold; }
.thumb { border:2px solid black; }

.inputBox {
    border : 1px solid #000000;
    width : 250px;
    font-family : Verdana, Arial, Sans-Serif;
    font-size : 12px;
    font-weight : normal;
}

.submitButton {
    border : 2px solid #000000;
    font-family : Verdana, Arial, Sans-Serif;
    font-size : 12px;
    font-weight : bold;
    color : #E63131;
    background-color : White;
}

.error  {
    font-family : Verdana, Arial, Sans-Serif;
    font-size : 12px;
    font-weight : normal;
    color : Red;
}

/* --- Float Hack --- */
.cf:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* Hides from IE-mac \*/
html .cf {height: 1%;}
/* End hide from IE-mac */