html {
	min-height:100.05%;
	background-color:#fff;
}
body {
	height:100%;
	min-height:100%;
	margin:0px auto;
	width:700px;
	padding:10px;
	background-color:#f7f7f7;
	border:1px solid #ccc;
	border-top:0px;
	border-bottom:0px;
	font-family:verdana,sans-serif;
}
.small { font-size:9px; }
.clear { clear:both; }
tr.lowlight, tr.lowlight td { background-color:#ccc; }
/* {{{ Menu stuff */
div#menu {
	background-color:#4D4D4D;
	border-bottom:5px solid #94C402;
	text-align:center;
	padding:1px;
	padding-bottom:4px;
}
div#menu a {
	background-image:url('/templates/wspay/images/arrow.gif');
	background-position:right center;
	background-repeat:no-repeat;
	color:#fff;
	font-size:11px;
	padding-right:10px;
	margin-right:10px;
	font-weight:bold;
}
/* }}} */
/* {{{ Infobox */
div.infobox {
	font-size:11px;
	width:90%;
	margin:0px auto;
	margin-top:6px;
	margin-bottom:10px;
	padding:5px;
	border: 1px solid #ccc;
	background-color:#fff;
}
.infobox h2, .infobox .error, .infobox .notice  {
	text-align:center;
	margin:2px;
	margin-bottom:0px;
	font-family: Tahoma; 
	font-size: 21px; 
	font-weight: bold; 
	color: #3A4A63;
}
.infobox .error {
	color:red;
}

div#terms {
	text-align:center;
	margin:2px;
	margin-bottom:0px;
	font-family:verdana,sans-serif;
	font-size: 11px; 
	color: #000000;
}

/* }}} */
/* {{{ Header stuff */
div#header div#logo {
	background-image:url('../images/logo.gif');
	background-repeat:no-repeat;
	background-position:20px 0px;
	height:80px;
	width:55%;
	float:left;
}
div#header div#colright {
	float:left;
	width:45%;
	padding-top:20px;
}
/* Header stuff end }}} */
/* {{{ Footer stuff */
div#footer {
	width:700px;
	margin-top:50px;
}
div#footer div.col31, div#footer div.col33 {
	position:relative;
	width:30%;
	float:left;
}
div#footer div.col32 {
	position:relative;
	width:40%;
	text-align:center;
	float:left;
}
div#footer div#logovxs {
	background-image:url('../images/logo-vxs.gif');
	background-repeat:no-repeat;
	background-position:left center;
	height:45px;
}
div#footer div#logocomodo {
	background-image:url('../images/logo-comodo.gif');
	background-repeat:no-repeat;
	background-position:right center;
	height:45px;
}
/* Footer stuff end }}} */
/* {{{ Process */
div#securetransfer {
	width:80%;
	font-size:11px;
	margin:10px auto;
	padding-top:10px;
	text-align:center;
	background-image:url('../images/secure_lock_2.gif');
	background-repeat:no-repeat;
	background-position:center left;
}
table.process {
	width:90%;
	margin:10px auto;
}
table.process td.key {
	width:150px;
	font-size:11px;
}
table.process input {
	width:300px;
	padding:2px;
}
/* }}} */
/* {{{ Articles */
div.article {
	width:90%;
	margin:0px auto;
	font-size:12px;
}
div.article h1 {
	text-align:center;
	text-transform: uppercase;
	margin:0px;
	margin-top:10px;
	font-size:24px;
}
div.article h2 {
	margin:0px;
	text-align:center;
	font-size:12px;
	font-weight:normal;
}
div.article h3 {
	font-size:20px;
	margin-bottom:0px;
}
div.article a {
	color:#000;
}
/* }}} */

