html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	margin-top: 0px;
	background: #FFF;
	color: #111;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: left
}

div#box {
	width: 560px;
	height: 380px;
	padding: 20px 20px 0;
	margin: 0 auto;
	text-align: left;
	background: #eeeeee url(https://secure.accept.se/css2011/bg_form_popup.gif) repeat-x 0 -5px;
	font-size: 80%;
	border: 1px solid #323232;
}

div#box p {
	color: #fff;
}

.content {
	margin-top: 30px;
}

div#box div.content p {
	color: #000;
}

h1 {
	font-size: 2em;
	line-height: 1.1;
	margin-bottom: 0.2em;
	font-weight: normal;
	color: #029fe0;
}

h2 {
	color: #303F6E
}

p {
	margin-bottom: 15px;
}

ul	{margin:0 40px;}

ol {
	margin: 10px 40px;
	padding: 0
}

ol li {
	margin: 0;
	padding: 0
}

.textfield { 
	width: 170px;
	font: 9pt arial;
	border-style:inset;
}

.textfield_small { 
	width: 80px;
	font: 9pt arial;
	border-style:inset;
}


.example {
	margin-left: 20px;
	font-style: italic
}

.value {
	text-align: left;
	margin-left: 60px;
}

input {
	margin-left: 0px;
}

label {
	position: absolute;
	text-align: right;
	width: 130px;
	padding: 0 40px 0 0;
}

.notice {
	text-align: left;
	font-style: italic;
	margin-left: 0px;
}

select {
	width: 170px;
	font: 8pt arial, sans-serif;
}

