﻿#content {   
    padding-top: 50px;  
}

div#toolContainer {
    direction: rtl;
    width: 250px;
}

div.dicInput {
    margin: 0;
    font-size: 6px;
    padding: 10px 5px 0 0;
}

div.dicSelect {
    margin: 0;
    padding: 7px 5px 7px 0;
}

.dicInput input#txtInput {
    width: 170px;      
}

div#toolContainer input.btn {
    width: 60px;
}

.dicSelect select#selSrcLang, .dicSelect select#selDestLang {
    width: 110px;
}

div.dicOutput {  
    background: url(../Images/Dictionary/dicResultsTop.gif) no-repeat top center;    
}

.dicOutput span#pnlResults {
    display: block;
    height: 200px;
    padding: 5px;
    color: #444;
    background: url(../Images/Dictionary/dicResultsBottom.gif) no-repeat center bottom; 
}


