@charset "UTF-8";

<!--

body {

background-color: #eee;
font-family: 'arial';
font-size: 16px;
margin: 0px;
overflow-y:scroll;
overflow-x:hidden;
text-align:center;
}

h2 {
font-size:20px;
padding: 0px;
margin-top: 10px;
margin-bottom: 10px;
}

input {
width: 250px;
border: 1px solid #ddd;
font-size: 18px;

outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
}

center {
padding:0px;
margin:0px;
}

.button {
    width:120px;
    background-color: #fff;
    font-size: 16px;
    height:30px;
    }

input:focus {
    box-shadow: 0 0 1px rgba(0, 0, 100, 1);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 100, 1); 
    -moz-box-shadow: 0 0 1px rgba(0, 0, 100, 1); 
    
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
}

textarea {
border: 1px solid #ddd;
  overflow: auto;

     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
}

#pakett { margin-left:auto;margin-right:auto;width:760px; }

#p2is { width:760px; text-align:left; margin-bottom:10px; margin-top:15px; }

#raam {
position:relative;
background-color: #fff;
width: 700px;
text-align:left;
margin-top: 30px;
padding: 30px;
padding-top:20px;

     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;

border: 1px solid #ddd;

text-align: justify; text-justify: newspaper
}

#kuup2ev {
position:absolute;width:40px;top:30px;left:-40px;background-color:#D86B26;background-image:url('kuup_taust.gif');
}

#x_xi_p {
float:left;width:500px;padding:20px;padding-left:5px;margin-top:9px;text-align:left;font-size:40px;color:#fff; text-shadow: 0px 0px 2px #000;
}

#n {
float:left;
width: 190px;
padding: 5px;
height:50px;
}

#m {
float:left;
width: 420px;
padding: 5px;
height:50px;
}

span	{ display:table-cell; display:inline-block; width:200px; margin:0.2em; padding:0.2em; text-align:left; border: 1px solid #fff; }

/* zazazaakordion */

#slider {width:700px}
.header {width:700px; border:none; font-weight:bold; margin-top:5px; cursor:pointer; padding-bottom: 10px;color:#474; border-bottom: 1px solid #eee;}
.header:hover {}
.content {overflow:hidden}
.text {width:700px; border::none;}





-->
