body {
	margin: 5px; padding: 5px; border: 0;
	background:#000;
	font-family: Microsoft Sans Serif, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
 	color: #ababab;
 	line-height: 1.4em;
}

.greyText{color: #868685;}

.emailStatus{color:#ff0000;font-size:14px;}

.greyText a:link {color : #868685; text-decoration:none;}
.greyText a:visited {color : #868685;text-decoration:none;}
.greyText a:hover {color : #fff; text-decoration:none;}

#footer{padding:10px;text-align:right;color: #868685;}
#footer a:link {color : #868685; text-decoration:none;}
#footer a:visited {color : #868685;text-decoration:none;}
#footer a:hover {color : #fff; text-decoration:none;}

#footerWebsitevision a:hover {color: #0167b9; text-decoration:none;background:inherit;font-weight:normal;}
#footer a:hover span {color: #f79600; text-decoration:none;background:inherit;font-weight:bold;}

a:link {color : #ababab; text-decoration:none;}
a:visited {color : #ababab;text-decoration:none;}
a:hover {color : #fff; text-decoration:none;}

.conDetails{padding:8px;}

form {padding-top:-5px;margin-top:-5px;}

input{
    width:150px;
    border:0;
    font-size: 11px;
    color: #000;
    background: url('../images/fieldback.gif') fixed;
    padding:2px 4px 2px 4px;
}

input.but{
    padding:1px;
    border:1px outset;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight:bold;
    background-image:none;
    background-color:#313131;
    color:#ccc;
    width:120px;
    }

textarea{
  width:150px;
  padding:4px;
  border:0;
  font-family: Microsoft Sans Serif, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background:url('../images/fieldback.gif') fixed;
  scrollbar-arrow-color:#ffffff;
  scrollbar-base-color:#252525;
  scrollbar-shadow-color:#CABCA5;
  scrollbar-face-color:#252525;
  scrollbar-highlight-color:#E8ECF2;
  scrollbar-darkshadow-color:#3C2F1A;
  scrollbar-3dlight-color:#E8ECF2;
}