* {
    margin : 0;
    outline : 0;
    padding : 0;
}

body {
    background-color : #ededed;
    color : #646464;
    font-family : 'Verdana', 'Geneva', sans-serif;
    font-size : 12px;
}

table{
    display: block;
    float: left;
    margin-top: 68px;
}

.tableTitle{
    font-weight: bold;
}

input {
    display: block;
    width: 120px;
    margin: 10px;
}

#output {
    margin: 0 20px;
    padding: 20px;
    width: 562px;
    height: 216px;
    position: relative;
    background-color: #000;
    color: #090;
    font-weight: bold;
    font-size: 16px;
    font-family: monospace;
    overflow-x: auto;
    overflow-y: scroll;
}

.pairSoundText{
    visibility: hidden;
}

.soruArea{
    width:800px;
    margin-left: 28px;
}
.soruElement{
    width: 800px;
    float: left;
}
.soruElementTitle{
    width: 200px;
    float: left;
    font-weight: bold;
    line-height: 34px;
}
.koordinate{
    width: 505px;
    border: 1px solid;
    border-radius: 10px;
}
.soruElementContent{
    line-height: 34px;
    float: left;
    margin-left: 6px;
}
.textInfo{
    margin: 0;
    margin-top: 4px;
    width: 505px;
    height: 23px;
    border-radius: 10px;
    border: 1px solid;
    padding: 0 5px;
}

.xmlSelect{
    width: 505px;
    border: 1px solid;
    border-radius: 10px;
    height: 23px;
    padding: 0 5px;
}
.xmlSelect:disabled{
    background-color: rgb(235, 235, 228);
}

.siteSelect, .siteSelect2, .siteSelect3{
    display: block;
    width: 75px;
    margin: 2px;
}
.actions {
    width: 150px;
}

table {
    margin: auto;
}

h1 {
    font-size : 24px;
    font-weight : normal;
    margin : 0 0 10px 0;
    text-shadow : 0 1px 0 #ffffff;
}

div#wrapper {
    width: 77%;
    float: left;
    margin: 0 auto;
}

div.image-decorator {
    -moz-border-radius : 5px 5px 5px 5px;
    -moz-box-shadow : 0 0 6px #c8c8c8;
    -webkit-border-radius : 5px 5px 5px 5px;
    -webkit-box-shadow : 0 0 6px #c8c8c8;
    background-color : #ffffff;
    border : 1px solid #c8c8c8;
    border-radius : 5px 5px 5px 5px;
    box-shadow : 0 0 6px #c8c8c8;
    display : inline-block;
    padding : 5px 5px 5px 5px;
    position: relative;
    margin-bottom: 10px;
}

tr input, select{
    height: 30px;
    margin: 0!important;
    padding:0 5px;
}
#draggable{       
    background: url(ikon.png);
    width: 62px;
    height: 58px;
    position: absolute;
    right: 20px;
}