@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	border:0;
	overflow:auto;
	padding:0;
	margin:0;
	line-height:1.4;
}

.text {font-size:12px; color:#CCC; line-height:2.5}

.horizline {
	height:7px;
	width:100%;
	background-image:url(../Designs/horizline.jpg);
	background-repeat:repeat-x;
}

.title {font-size:16px; color:#FFF;}

table, tr, td {width:680px;}

.buttonstyle tr {vertical-align:bottom;}

.smallLink a:link {color:#FFFFFF; font-weight:bold; font-size:11px; text-decoration:none;}
.smallLink a:visited {color:#FFFFFF; font-weight:bold; font-size:11px; text-decoration:none;}
.smallLink a:hover {text-decoration:underline;  font-size:11px;}

.payconfBox {
	border:1px solid #666;
	padding:15px 20px 20px 20px;
	font-size:11px;
	width:680px;
}


/* FORM STYLES */

.inputfield, .addfield {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666666; margin-bottom:15px;}

.inputfield {width:320px;}
.addbar {padding-bottom:8px;}

.button {width:90px; background-color:#333333; border:1px solid #666666; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF;}
.button {color:#CCCCCC;}
