.main_wrapper {
    width:1000px;
    margin:auto;
    text-align:justify;
}

h1 {
    text-align:center;  
}


/* CSS dla FLOATERA */

#shikantaza_floater {
	width: 644px;
    height: 510px;
left: 200px;
	position: absolute;  
	z-index: 200;
}

#shikantaza_floater .close {
    width:25px;
    height:25px;
 top: 14px;
    left: 14px;
	/*background:url('http://files.lingvosoft.com/floater/images/close-x.png') no-repeat;*/
    position:absolute;
    /*border:1px solid red;*/    
    cursor:pointer;
	z-index:210;
}

#shikantaza_floater .form {
    position:absolute;
     bottom: 75px;
    left:75px;    
    width:300px;
    height:170px;
}

#shikantaza_floater .form table {
    margin-top:15px;
    color:#034556;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    border-collapse:collapse;
}

#shikantaza_floater .form table td {
    margin:0px;
    padding:0px;
    padding-bottom:2px;
}

#shikantaza_floater .form table .label {
    text-align:right;
    padding-right:5px;
}

#shikantaza_floater .form table input {
    margin:0px;
    padding:0px; 
    border:1px solid silver;
    color:#034556;
    background:url('http://files.lingvosoft.com/floater/images/input_bg.jpg') repeat-x;
}

#shikantaza_floater .submit_button input {
    border:none;
    background: url('http://files.lingvosoft.com/floater/images/button.png') no-repeat;
    width:187px;
    height:40px;
    cursor:pointer;
    margin-top:7px;
    margin-right:32px;    
}





#shikantaza_floater select {
    padding:0px;
    margin:0px;
    background:url('http://files.lingvosoft.com/floater/images/input_bg.jpg') repeat-x;
    border:1px solid silver;
    color:#034556;
    height:20px;
}

label.error {
    color:white;
    text-align:center;  
    position:absolute;
    width:120px;
    border:1px solid yellow;
    background:#e71218;
    font-weight:normal;
    margin-left:2px;
}

.zgoda_text_show {
    text-align:justify;
    font-size:10px;
    border:1px solid #034556;
    color:#034556;
    position:absolute;
    bottom:67px;
    left:0px;
    background:white;
    padding:3px;
    width:300px;
    min-height:100px;
    display:none;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    
}

.zgoda_text_show p {
    margin:0px;
    padding:0px;
	font-size: 10px;
    font-weight: normal;
}

.zgoda_text {
    color:blue;
    cursor:pointer;
}


