*
{
  margin: 0;
  padding: 0;
}

body
{
	background: #ffffff;
	text-align: center;
}

body, input, textarea, select, table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/* 	line-height: 14px; */
	line-height: 17px;
	color: #333333;
}

a img
{
	border: 0;
}

img
{
	vertical-align: middle;
}

table
{
	width: 100%;
}

td, th
{
	vertical-align: top;
	text-align: left;
}

td.center, th.center
{
	text-align: center;
}

.clear
{
	clear: both;
	float: none !important;
	width: auto !important;
}

div.clear
{
	height: 0; /* Opera */
}

div.clear.normal
{
	height: auto;
}

* html div.clear
{
	height: auto;
}

.justify
{
	text-align: justify;
}

.hidden
{
/* 	display: none; */
	display: none !important;
}

p
{
	margin: 5px 0 10px 0;
}

blockquote
{
	font-style: italic;
/*	padding: 0 0 0 10px;
	border-left: 2px solid #8abce3;
	margin: 10px 35px;*/
/*	background: url('/img/quote.png') no-repeat right top;
	margin: 10px 50px;
	padding-right: 90px;
	font-family: Georgia,Arial,sans-serif;*/
	background: url('/img/quote.png') no-repeat 10px top;
	margin: 10px 100px 10px 0;
	padding-left: 90px;
	font-family: Georgia,Arial,sans-serif;
	min-height: 39px;
}

blockquote .by
{
/* 	font-style: normal; */
	font-weight: bold;
}

pre
{
	font-family: Bitstream Vera Sans Mono, Courier New, monospace;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 14px;
}

ul
{
	list-style-type: circle;
/* 	list-style-type: none; */
	margin-left: 30px;
}

ul.numeric
{
	list-style-type: decimal;
}

ul.lower-alpha
{
	list-style-type: lower-alpha;
}

ul.alpha
{
	list-style-type: upper-alpha;
}

ul.nostyle
{
	margin-left: auto;
	list-style-type: none;
}

/*li
{
	background: url('/img/list.png') no-repeat left 4px;
	padding-left: 15px;
}*/

input, select, label
{
	vertical-align: middle;
}

input, textarea, select
{
	border: 1px solid #dae0e4;
	padding: 2px;
	background: #ffffff url('/img/input.png') repeat-x top;
}

textarea
{
	height: 50px;
	width: 300px;
}

input
{
	width: 150px;
	height: 14px;
}

* html input
{ }

input.wide
{
	width: 300px;
}

select.wide
{
	width: 300px;
}

textarea.short
{
	width: 200px;
}

textarea.big
{
	width: 500px;
	height: 300px;
}

option.strong
{
	font-weight: bold;
}

option
{
	padding-right: 10px;
}

optgroup option
{
	padding-left: 10px;
}

input.file
{
	width: 200px;
	height: auto;
	padding: 2px;
}

* html input.file
{ }

input.button
{
	height: auto;
	width: auto;
	padding: 2px 10px;
}

* html input.button
{
	padding: 5px 5px 2px 5px;
}

input[disabled="disabled"]
{
	font-style: italic;
}
/*
fieldset
{
	border: 0;
	margin-bottom: 20px;
	padding-top: 10px;
}

legend
{
	font-size: 20px;
}
*/
input.nostyle, input.checkbox, input.radio,
#hansa-button, #yhis-button, #sampo-button, #krediidi-button
{
	border: 0 !important;
	padding: 0 !important;
	height: auto !important;
	width: auto !important;
	background: #ffffff;
}

input[type="checkbox"], input[type="radio"]
{
	border: 0 !important;
	padding: 0 !important;
	height: auto !important;
	width: auto !important;
	background: #ffffff;
}

input.button.nostyle
{
	background: transparent !important;
}

input[type="checkbox"], input[type="radio"]
{
	background: transparent !important;
}

* html input.checkbox, * html input.radio
{
	width: 13px;
	height: 13px;
}

label.viga, em.fieldinfo
{
	display: block;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
/* 	clear: left; */
}

/*input[type="radio"]
{
	background: transparent;
	border: 0;
	padding: 0;
}*/

a
{
	color: #86a5c6;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.normal
{
	font-weight: normal;
}

h1, h2, h3
{
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #353535;
}

h1
{
	font-size: 25px;
	line-height: 30px;
/* 	margin: 3px 0 7px 0; */
}

h2
{
	font-size: 24px;
	line-height: 30px;
/* 	margin: 2px 0 6px 0; */
}

h3
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
/* 	margin: 2px 0 5px 0; */
}

h2, h3
{
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

/*
#left h2
{
	border-bottom: 0;
	background: url('/img/h2-bg.png') no-repeat bottom left;
}
*/

h4, h5
{
	font-size: 1em;
	line-height: 17px;
	padding-bottom: 1px;
/* 	margin: 1px 0 3px 0; */
	border-bottom: 1px solid #f0f0f0;
}

p.aright
{
	text-align: right;
}

p.right
{
	float: right;
}

.important, .error, .warning, .tip, .info, .ok, p.loading
{
	padding: 10px 10px 10px 40px;
	border: 1px solid #f0f0f0;
	display: inline-block;
	background: #fff3ec url('/img/dialog-warning.png') no-repeat 10px center;
	border: 2px solid #d47575;

	background-color: #edf2f6;
	border: 2px solid #b1d0e8;
	/* #ffefe9 */

	/* IE6&7 */
	zoom: 1;
	*display:inline;
}

* html .important, * html .error, * html .warning, * html .tip, * html .info, * html .ok, * html p.loading
{
	display: inline;
}

.error
{
	background-image: url('/img/dialog-error.png');
}

.tip, .info, .ok
{
	background-image: url('/img/dialog-information.png');
	background-color: #edf2f6;
	border: 2px solid #b1d0e8;
}

.info
{
	background-image: url('/img/dialog-info.png');
}

.ok
{
	background-image: url('/img/dialog-ok.png');
/* 	background-color: #d6ec7c; */
/*	background-color: #e4f69c;
	border: 2px solid #9eac3f;*/
}

p.loading
{
	background-image: url('/img/loading2.gif');
}


#hansa-button, #yhis-button, #sampo-button, #krediidi-button
{
	float: left;
	margin: 0 5px 5px 0;
	height: 31px;
	width: 88px;
}

.corner
{
	height: 5px;
	width: 5px;
	float: left;
	position: relative;
}

.corner.tl, .corner.bl
{
	clear: left;
}

.corner.tr, .corner.br
{
	clear: right;
	float: right;
}

.corner.tl
{
	left: -1px;
	top: -1px;
	background: url('/img/corner.png') no-repeat left top;
}

.corner.tr
{
	right: -1px;
	top: -1px;
	background: url('/img/corner.png') no-repeat right top;
}

.corner.bl
{
	bottom: -3px;
	left: -2px;
	background: url('/img/corner.png') no-repeat left bottom;
}

.corner.br
{
	bottom: -3px;
	right: -2px;
	background: url('/img/corner.png') no-repeat right bottom;
}


