@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dab6ff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}

.oneColFixCtrHdr #chat{
	position:absolute;
	margin-left:748px;
	width:150px;
	height:300px;
	padding-left:31px;
	padding-top: 41px;
	padding-right: 22px;
	padding-bottom: 32px;
	background:url(chatpanel.jpg);
}
	
.oneColFixCtrHdr #container {
	margin: 0px auto;
	text-align: left;
	width: 951px;
}

.oneColFixCtrHdr #header {
	background-image:url(header.jpg);
	height:236px;
	width:780px;
}

.oneColFixCtrHdr #mainContent {
	padding: 1px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(body.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	margin-right: 150px;
	width:660px;
}
.oneColFixCtrHdr #footer {
	background-image:url(footer.jpg);
	background-position:top right;
	text-align:right;
	padding: 0 60px;
	height: 75px;
	color: #9D93FD;
	font-size: 12px;
	margin-right: 150px;
	width:660px;
}

.mailform #singlediv {
	background: transparent;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	height: 100%;
}

.mailform{
	background: transparent;
	margin: 0;
	padding: 0;
	text-align: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

a.button {
    background: transparent url('buttonend.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 54px;
    margin-right: 6px;
    padding-right: 44px; /* sliding doors padding */
    text-decoration: none;
}

a:hover {
	color:#575502;
}

a.button span {
	background: transparent url('button.png') no-repeat;
	display: block;
	line-height: 44px;
	padding: 5px 0 5px 44px;
	font-size: 12px;
	font-weight: bold;
} 
.oneColFixCtrHdr #container #chat {
	font-size: 80px;
}

.mailform input {
border-left: 1px solid #c1b1ce; border-right: 1px solid #c1b1ce; border-top: 1px solid #c1b1ce; border-bottom: 1px solid #c1b1ce;
font-family: Verdana, Serif; font-size: 10; font-weight: 100; font-style: normal; text-decoration: none; text-transform: none;
color: #000000; background: #f3e7ff;
width:90%;
}

.mailform textarea {
width:90%;
border-left: 1px solid #c1b1ce; border-right: 1px solid #c1b1ce; border-top: 1px solid #c1b1ce; border-bottom: 1px solid #c1b1ce;
font-family: Verdana, Serif; font-size: 10; font-weight: 100; font-style: normal; text-decoration: none; text-transform: none;
color: #000000; background: #f3e7ff;
}

.mailform #topkolko h1 {
	margin: 0;
}

.mailform  table {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.mailform  h1 {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
}

