html {
	margin:0px;
	padding:33px 0px 20px 10px;
}

body {
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

h1, h2, h3 {
	font-weight:bold;
	padding:0px;
	margin:0px 2px 0px 0px;
	display:inline;
}

h1 {
	font-size:12px;
}

form {
	margin:0px;
	padding:0px;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

ul, ol, li, p {
	margin:0px;
	padding:0px;
}

ul {
	list-style-type:none;
}

ul.quickcheck {
	width:270px;
}

ul.quickcheck li.left {
	width:70px;
	height:22px;
	line-height:22px;
	vertical-align:middle;
	font-weight:bold;
	clear:left;
	float:left;
}

ul.quickcheck li.right {
	width:200px;
	height:22px;
	line-height:22px;
	vertical-align:middle;
	float:left;
}

div.verivoxFormBox {
	width:410px;
	border:1px solid #000000;
}

div.bigVerivoxBox {
	width:560px;
	border:1px solid #000000;
}

div.verivoxFormBox div.header, div.bigVerivoxBox div.header {
	height:35px;
	line-height:35px;
	vertical-align:middle;
	padding-left:26px;
	font-size:16px;
	border-bottom:2px solid #000000;
	background-position:left top;
	background-repeat:no-repeat;
}

div.verivoxFormBox div.headerQuick {
	background-image:url(../gfx/header_quick.gif);
}

div.bigVerivoxBox div.headerDetail {
	background-image:url(../gfx/header_detail.gif);
}

div.verivoxFormBox div.content, div.bigVerivoxBox div.content {
	background-color:#f0f0f0;
	padding:11px 48px 18px 48px;
        margin:auto;
        align:center;
}


