@import url(//fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic);

body{margin:0; padding:0; font-family: 'Ubuntu', Arial, Verdana;}
#content{width:350px;}
#pestanyas{width:340px; overflow:visible; float:left; margin:0px 0px 0px 10px;}
.pestanya{font-family:Arial,Helvetica,sans-serif;font-size:9pt;text-align:center;text-decoration:none;width:150px;float:left;margin-right:5px;padding:7px;-moz-border-radius:5px 5px 0px 0px;-webkit-border-radius:5px 5px 0px 0px;}
.sel {background-color:#ff6600;color:white;font-weight:bold;cursor:default;-moz-border-radius:5px 5px 0px 0px;-webkit-border-radius:5px 5px 0px 0px;}
.nosel {background-color:#f5f5f5;color:#ff6600;font-style:normal;cursor:pointer;-moz-border-radius:5px 5px 0px 0px;-webkit-border-radius:5px 5px 0px 0px;}
.contentpestanya{background-color:#ff6600; height:150px; padding:15px 5px 10px 20px;  float:left; width:340px;-moz-border-radius:5px;-webkit-border-radius:5px; background-repeat:no-repeat; background-position:bottom right;}
select{ font-size:13px; width:170px; margin: 5px; padding:5px}
input{ background-color: #555555; border: 0 none; color: #fff; font-size: 14px; margin: 8px 8px 8px 30px; padding: 9px 15px;}
form{padding:0; margin:0;}
img{border:none; margin-bottom:8px;}

input{ cursor:pointer;color:#fff;text-align: center;clear:both;text-decoration: none;font-size: 13px;color: #fff;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px; }

.inputbutton:hover{ 
color:#fff;
text-align: center;
text-decoration: none;
}

#searchsubmit{
    -moz-box-shadow:none; -webkit-box-shadow:none;   box-shadow:none;
    cursor:pointer;
    color:#fff;
    border:1px solid #184c87; 
    text-align: center;
    text-shadow: 1px 1px 0px #315176;
    clear:both;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    padding: 5px 19px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #0d67c9; /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #5d7d9b 2%, #456890 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(2%,#5d7d9b), color-stop(100%,#456890)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#5d7d9b 2%,#456890 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%,#5d7d9b 2%,#456890 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%,#5d7d9b 2%,#456890 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%,#5d7d9b 2%,#456890 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d7d9b', endColorstr='#456890',GradientType=0 ); /* IE6-9 */
}