﻿#container h2 {
    /*margin-left: 100px;*/
}
#yhteydenotto-form {
    background-color: #085d98;
    border: 1px solid #1c7cb7;
    color: #cee1ee;
}
#yhteydenotto-form-error {
    color: #ffe400;
    padding: 0 0 10px 10px;
    width: 250px;
}
.yhteydenotto-form-item {
    clear: both;
    margin: 0 0 7px 0;
    padding: 0 5px 0 5px;
}
.captcha-link {
    color: #fff;
    text-decoration: underline;
}
.yhteydenotto-form-item-error {
    clear: both;
    color: #ffe400;
    margin: 0 0 7px 0;
    padding: 0 5px 0 5px;
}
#yhteydenotto-form-global {
    border-bottom: 1px solid #1c7cb7;
    padding: 10px 5px 5px 5px;
}
#yhteydenotto-form-left {
    float: left;
    width: 325px;
	overflow:hidden;
}
#yhteydenotto-form-right {
    border-left: 1px solid #1c7cb7;
    float: left;
    width: 505px;
	overflow:hidden;
}
#yhteydenotto-form label {
    float: left;
    width: 175px;
}
#yhteydenotto-form-right .yhteydenotto-form-item, #yhteydenotto-form-right .yhteydenotto-form-item-error {
    padding: 0 10px 0 10px;
}
#yhteydenotto-form input.textbox, #yhteydenotto-form select, #yhteydenotto-form textarea {
    background-color: #ecf4f9;
    border: none;
    color: #014572;
    font-size: 11px;
    padding: 1px;
    height: 17px;
    width: 130px;
}
#yhteydenotto-form-global label {
    width: 135px;
}
#yhteydenotto-form-global select {
    width: 165px;
}
#yhteydenotto-form textarea {
    margin-left: 14px;
    padding: 3px 10px 3px 3px;
    height: 60px;
    width: 250px;
}
.feedback #yhteydenotto-form textarea {
    margin: 15px 0 15px 0;
    height: 120px;
    width: 400px;
}
#yhteydenotto-form h3, #yhteydenotto-form label.select {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 6px 0 15px 0;
    padding: 0;
    width: auto;
}
#yhteydenotto-form hr {
    background-color: #1c7cb7;
    border: 0;
    clear: both;
    color: #1c7cb7;
    height: 1px;
}
#yhteydenotto-form-btn-otayhteytta {
    border: none;
    float: right;
    margin-bottom: 10px;
    height: 37px;
    width: 140px;
}
body.toimintahairio .yhteydenotto-form-item {
    padding: 2px 5px 4px 5px;
}
body.toimintahairio #yhteydenotto-form #yhteydenotto-form-right label {
    display: block;
    line-height: 20px;
    width: 480px;
}
body.toimintahairio #yhteydenotto-form #yhteydenotto-form-right label.select {
    margin: 6px 0 6px 0;
}
body.toimintahairio #yhteydenotto-form #yhteydenotto-form-right input.textbox, body.toimintahairio #yhteydenotto-form #yhteydenotto-form-right select, body.toimintahairio #yhteydenotto-form #yhteydenotto-form-right textarea {
    margin-left: 0;
    width: 480px;
}
body.toimintahairio #yhteydenotto-form-right input.textbox {
    margin-left: 14px;
    padding: 3px 10px 3px 3px;
    height: 30px;
    width: 250px;
}

p.hint {
    padding: 10px 40px 40px 40px;
}

input.captclass {display:none;}

/*** Dialog
#yhteydenotto-modal iframe {
	display:none;
	display??**??:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width: 649px;
	height: 600px;
}
#yhteydenotto-dialog-top {
    behavior: url(/assets/js/iepngfix.htc);
    background: url(/assets/img/yhteydenotto/yhteydenotto-dialog-top.png) no-repeat;
    height: 24px;
    width: 616px;
}

.saunalahti #yhteydenotto-dialog-top {
	background-image: url(/assets/img/yhteydenotto/yhteydenotto-dialog-top_sl.png);
}

#yhteydenotto-dialog-bottom {
    behavior: url(/assets/js/iepngfix.htc);
    background: url(/assets/img/yhteydenotto/yhteydenotto-dialog-bottom.png) no-repeat;
    clear: both;
    height: 28px;
    width: 616px;
}

.saunalahti #yhteydenotto-dialog-bottom {
	background-image: url(/assets/img/yhteydenotto/yhteydenotto-dialog-bottom_sl.png);
}

#yhteydenotto-dialog-content {
    behavior: url(/assets/js/iepngfix.htc);
    background: url(/assets/img/yhteydenotto/yhteydenotto-dialog-bg.png) repeat-y;
    color: #fff;
    padding: 10px 30px 10px 30px;
    width: 556px;
	
}

.saunalahti #yhteydenotto-dialog-content {
	color: #727272;
	background-image: url(/assets/img/yhteydenotto/yhteydenotto-dialog-bg_sl.png);
}

.jqmClose-top {
    float: right;
	 background: url(/assets/img/yhteydenotto/close.gif) no-repeat;
	 width:25px;
	 height:25px;
	 text-indent:-9999px;
}

.saunalahti .jqmClose-top {
	background: url(/assets/img/yhteydenotto/close_sl.gif) no-repeat;
}

.jqmClose-bottom {
    float: left;
	background: url(/assets/img/yhteydenotto/takaisin.gif) no-repeat;
	width:71px;
	height:16px;
	text-indent:-9999px;
}

.saunalahti .jqmClose-bottom {
	background: url(/assets/img/yhteydenotto/takaisin_sl.gif) no-repeat;
}

#yhteydenotto-dialog-content h1 {
    font-size: 18px;
    font-weight: normal;
}


.saunalahti #yhteydenotto-dialog-content h1 {
	color:#e65214;
}

#yhteydenotto-dialog-content h2 {
    font-size: 16px;
    font-weight: normal;
}

.saunalahti #yhteydenotto-dialog-content h2 {
	color:#727272;
}

#yhteydenotto-dialog-content .preq {
    border-bottom: 1px solid #397dad;
    border-top: 1px solid #397dad;
    margin: 15px 0 15px 0;
    padding: 15px 0 15px 0;
}

.saunalahti #yhteydenotto-dialog-content .preq {
    border-bottom: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;

}

#yhteydenotto-dialog-content a {
    color: #fff;
    text-decoration: underline;
}
#yhteydenotto-dialog-content .button {
    float: right;
}

#yhteydenotto-dialog-content .goto-form {
	background: url(/assets/img/yhteydenotto/btn-teehairioilmoitus.gif) no-repeat;
	width:167px;
	height:40px;
	text-indent:-9999px;
}

.saunalahti #yhteydenotto-dialog-content .goto-form {
	background: url(/assets/img/yhteydenotto/btn-teehairioilmoitus_sl.gif) no-repeat;
	
}


.yhteydenotto-dialog-item {
    margin: 8px 0 8px 0;
}
.yhteydenotto-dialog-number {
    background: url(/assets/img/yhteydenotto/ball.gif) no-repeat;
    float: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    height: 25px;
    width: 25px;
}

.saunalahti .yhteydenotto-dialog-number {
	color:#fff;	
    background-image: url(/assets/img/yhteydenotto/ball_sl.gif);
}

.yhteydenotto-dialog-text {
    float: left;
    font-size: 14px;
    margin-left: 15px;
    width: 500px;
}*/

/* **** jQuery Modal 
.jqmWindow {
    display: none;
    margin-left: -325px;

    position: absolute;
    top: 50px;
    left: 50%;

    z-index: 20000;
}
.jqmWindowOverlay {
    background-color: #1393d4;
}
* html .jqmWindow {
     position: absolute;
}*/
