@CHARSET "UTF-8";
/**
kontener komunikatow
**/

.msg-container {
    text-align: left;
}

.msg-container div.ui-widget {
    margin-bottom: 5px;
}

.ui-widget {
    /*font-size: 10px;*/
}

/** jezyki */
.language-switcher {
    width: 180px;
    border: 1px solid silver;
    height: 20px;
    overflow: hidden;
    display: block;
    background: white;
    font-size: 11px;
    position: relative;
    /*float: left;*/

    left: 780px;
    top: 17px;
}

.language-switcher a.language{
    display: block;
    height: 20px;
    width: 160px;
    line-height: 20px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    cursor: pointer;
    vertical-align: middle;
}

.language-switcher a.language:hover {
    background-color: lightyellow;
}

.language-switcher #current-language{
    height: 20px;
    width: 180px;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
}

.language-switcher #current-language #language-content {
    height: 20px;
    line-height: 20px;
    padding: 0;
    width: 160px;
    cursor: pointer;
    float: left;
}

.language-switcher #current-language #language-content div.default-language{
    height: 20px;
    line-height: 20px;
    padding: 0;
    padding-left: 35px;
    width: 160px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 2px 50%;
    vertical-align: middle;

    float: left;
    border-bottom: 1px solid silver;
}

.language-switcher #current-language #language-trigger{
    height: 20px;
    width: 20px;
    background: silver url('../images/lists/order/select.png') 50% 50% no-repeat;
    cursor: pointer;
    padding: 0;
    float: right;
    border-bottom: 1px solid silver;
}

.blockOverlay{
	background:#AAAAAA url(jquery/images/ui-bg_flat_0_aaaaaa_40x100.png) repeat-x scroll 50% 50%;
	opacity:0.3;
}

.ui-widget {
	font-size: 1em;
}