/*-------------------------------------------------------

   Copyright Markus A. Reschka
   all rights reserved
   o f f i c e @ r e s c h k a . a t

-------------------------------------------------------*/

*
{
	color: inherit;
	background: transparent;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

/*-------------------------------------------------------
Positioning:
-------------------------------------------------------*/

body
{
	padding: 0;
	margin: 0;
	background: #e4e3e4;
}

td
{
	vertical-align: top;
}

img
{
	border: 0;
	vertical-align: text-top;
}

#main
{
	width: 628px;
	overflow: hidden;
	text-align: left;
	width: 788px;
	height: 346px;
	padding-left: 30px;
	padding-top: 10px;
}

/*-------------------------------------------------------
GENERAL:
-------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, p, th, td, span, div
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #555;
}

a div
, a div div
, a div p
, a div p div
, a div div p
, a p
, a p div
, a p div div
{
	display: inline;
}

li
{
	vertical-align: text-top;
}

/*-------------------------------------------------------
HEADER TEXT LINKS:
-------------------------------------------------------*/

h1
{
	display: block;
	height: 19px;
	padding-left: 20px;
	padding-top: 0;
	margin-top: 0;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	background: #eee;
	width: 628px;
}

h2
{
	display: block;
	line-height: 19px;
	padding-left: 20px;
	padding-top: 0;
	margin-top: 7px;
	margin-left: 0;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

p
, div.sni
{
	padding-left: 20px;
	padding-right: 20px;
}

p a
, td a
{
	color: #bb2e50;
}

p a:hover
, td a:hover
{
	color: rgb(33,29,90);
	text-decoration: none;
}

p.newline
, div.newline {
	float: left;
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
}

/*-------------------------------------------------------
Messages:
-------------------------------------------------------*/

.message_box {
	display: block;
	padding: 3px;
	padding-left: 11px;
	padding-bottom: 7px;
	border: 1px dotted #bb2e50;
	background-color: yellow;
	margin-bottom: -11px;
}

.message {
	color: #f00;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
}

/*-------------------------------------------------------
Buttons:
-------------------------------------------------------*/

.button
{
	font-size: 12px;
	color: #222222;
	border-top: 1px solid #EBF9A4;
	border-bottom: 1px solid #97A069;
	background: #CCD88E;
	padding: 2px;
	margin-bottom: 20px;
	line-height: 20px;
	display: block;
	clear: both;
}

p.button_container
{
	text-indent: 0px;
	margin-bottom: 4px;
}


a.button
{
	text-decoration: none;
}

a.button:hover
{
	text-decoration: underline;
}

/*-------------------------------------------------------
Form vertical:
-------------------------------------------------------*/

div.fo1_box {
	border: none;
	width: 480px;
	text-align: left;
	z-index: 99;
}

form.fo1 input
, form.fo1 textarea {
	text-align: left;
	width: 260px;
}

form.fo1 input {
	background: #eee url(http://xiruweb.holitec.com/www_kin/z/kin_back_input1.jpg);
	height: 18px;
}

form.fo1 textarea {
	background: #eee url(http://xiruweb.holitec.com/www_kin/z/kin_back_input2.jpg);
	height: 46px;
}

div.fo1_line {
	margin-top: 2px;
	margin-bottom: 3px;
	display: block;
	clear: both;
}

label.fo1
, label.fo1_checkbox
, label.fo1_check
, label.fo1_checkbox_check {
	text-align: right;
	float: left;
	clear: both;
	width: 180px;
	white-space: nowrap;
	vertical-align: top;
	padding-right: 5px;
}

input.fo1
, input.fo1_checkbox
, textarea.fo1
, input.fo1_check
, input.fo1_checkbox_check
, textarea.fo1_check
, select.fo1
, select.fo1_check {
	width: auto;
	margin-bottom: 3px;
	font-size: 11px;
}

input.fo1
, input.fo1_checkbox
, textarea.fo1
, select.fo1 {
	color: #000;
	background: #eee url(http://xiruweb.holitec.com/www_kin/z/kin_back_input1.jpg);
}

input.fo1_check
, input.fo1_checkbox_check
, textarea.fo1_check
, select.fo1_check {
	color: #f00;
}

input.fo1
, textarea.fo1
, select.fo1 {
	background: #eee url(http://xiruweb.holitec.com/www_kin/z/kin_back_input1.jpg);
	border: none;
}

input.fo1_check
, textarea.fo1_check
, select.fo1_check {
	background: #fff;
	border: none;
}

input.fo1_checkbox
, input.fo1_checkbox_check {
	background: #fff;
	border: none;
}

input.fo1
, textarea.fo1
, input.fo1_check
, textarea.fo1_check
, select.fo1
, select.fo1_check {
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}

textarea.fo1
, textarea.fo1_check {
	width: 316px;
}

/*input
, label
, select {
	display: inline;
}*/

.fo1_submit
, .fo1_submit_over {
	padding-left: 7px;
	padding-right: 7px;
	margin-left: 220px;
	text-align: center;
}

span.fo1_info {
	color: #999;
	background: #e4e3e4;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#fo1_submit {
	font-weight: bold;
	color: #fff;
	margin-top: 5px;
	margin-left: 230px;
	padding: 2px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
	width: 100px;
	border: none;
	background: #eee url(http://xiruweb.holitec.com/www_kin/z/kin_back_button.jpg);
}

#fo1_submit_over {
	font-weight: bold;
	color: #000;
	background: #e4e3e4;
	margin-top: 5px;
	margin-left: 230px;
	padding: 2px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
	width: 100px;
	border: none;
	background: #eee url(http://xiruweb.holitec.com/www_kin/z/kin_back_button.jpg);
}

