

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	border-top-width: 0pt;
	border-right-width-value: 0pt;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-bottom-width: 0pt;
	border-left-width-value: 0pt;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-top-style: none;
	border-right-style-value: none;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-bottom-style: none;
	border-left-style-value: none;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-top-color: -moz-use-text-color;
	border-right-color-value: -moz-use-text-color;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-bottom-color: -moz-use-text-color;
	border-left-color-value: -moz-use-text-color;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0pt;
	font-size: 100%;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	font-family: Arial,Helvetica,sans-serif;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	margin: 0;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	padding: 0;
	font-size: 100%;
}

table {
	border-collapse: collapse;
	line-height: 19px;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
}

h1
{
	font-size: 30px;
	line-height: 30px;
}

h2
{
	font-size: 20px;
	line-height: 32px;
}

p 
{
	font-size: 13px;
}

a
{
	color: #5490D0;
	text-decoration: none;
}

a:hover, a:focus 
{
	text-decoration:underline;
}

.arrowLink
{
}

.formField
{
	font-size: 12px;
	float: left;
	vertical-align: top;
}

.errorMessage
{
	background:transparent url(../images/problem.png) no-repeat scroll left center;
	color:#D30004;
	display:block;
	font-weight:bold;
	padding-left:25px;
}

/* Inputs */

.formField input, .formField textarea, .formField select {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	outline: none;
	padding: 3px 6px;
}

.formField input, .formField textarea
{
	font-family: "Arial", "Helvetica", sans-serif;
	margin: 0px;
	margin-bottom: 5px;
	display: inline;
	font-size: inherit;
}

.formField select
{
	font-size: 12px;
	line-height: 15px;
	padding: 2px 3px;
}

.formField input[type="hidden"]
{
	display: none;
}

.formField li
{
	list-style-type: none;
}


/* Blue submit-button */

a.blueButton, a.blueButtonOver, a.blueButton span, a.blueButtonOver span
{
	background: url("../images/btn_newlook_ds_green.png") no-repeat;
}

a.blueButton, a.blueButtonOver
{
	background-position: right -75px;
	float: left;
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;	
	font-size: 11px;
}
a.blueButton span, a.blueButtonOver span
{
	background-position: left 0;
	padding-left: 10px;
	margin-right: 12px;
	display: block;
	line-height: 24px;
}

a.blueButton:hover, a.blueButtonOver {
	background-position: right -100px;
}
a.blueButton:hover span, a.blueButtonOver:hover span {
	background-position: left -25px;
}
a.blueButton:active, a.blueButtonOver:active {
	background-position: right -125px;
}
a.blueButton:active span, a.blueButtonOver:active span {
	background-position: left -50px;
}
