.default {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
}
.default label {
    color: grey;
}
.default .hidden {
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    
}
.default .jClever-element {
    outline: none;
    margin: 0;
    font-family: "adelle";
    font-size: 14px;
    color: #333;
    position: relative;
}
.default .jClever-element.error {
}
.default .jClever-element * {
    outline: none;
}
.default .focused .jClever-element-select-center {
    background: #EFEEEC;
    color: #000;
}
.default .focused .jClever-element-checkbox-twins {
    -moz-box-shadow: inset 0 0 5px #000; /* Для Firefox */
    -webkit-box-shadow: inset 0 0 5px #000; /* Для Safari и Chrome */
    box-shadow: inset 0 0 5px #000; /* Параметры тени */
}
.default .focused .jClever-element-radio-twins {
    -moz-box-shadow: inset 0 0 5px #000; /* Для Firefox */
    -webkit-box-shadow: inset 0 0 5px #000; /* Для Safari и Chrome */
    box-shadow: inset 0 0 5px #000; /* Параметры тени */
}


.default .row {
    vertical-align: middle;
}
.default .row>label {
    display:-moz-inline-box; display:inline-block; *zoom: 1; *display:inline;
    vertical-align: middle;
}
.default .row>.jClever-element {
    display:-moz-inline-box; display:inline-block; *zoom: 1; *display:inline;
    vertical-align: middle;    
}

/*
 *
 *   SELECT
 *
 */ 
.default .jClever-element-select-wrapper {
    position: relative;
    width: 300px;
    border: 1px solid #999;
    cursor: pointer;
    height: 33px;
}
#subscribe-page-form .jClever-element-select-wrapper {
	width: 143px !important;
}
.default .jClever-element-select-wrapper select {
    display: none;
}
.default .jClever-element select {
    display: none;
}
.default .jClever-element-select-center {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    line-height: 22px;
    padding: 5px 10px;
	background: #fff;
}
.default .jClever-element-select-right {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/bg_select2.gif) 0 0 no-repeat;
    height: 33px;
    width: 29px;
    cursor: pointer;
    display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;

    text-align: center;
    font-family: Arial;
    color: white;
    font-weight: bold;
    line-height: 33px;
}
.default .jClever-element-select-right span {
	display: none !important;
}
.default .jClever-element-select-list-wrapper {
    position: absolute;
    border: 1px solid #c0c0c0;
    border-top: 0px;
    width: 100%;
    padding: 0px;
    margin: 0px;

    top: 34px;
    left: -1px;
    background: #fff;

    display: none;

    max-height: 300px;
}
.default .jClever-element-select-list {
    white-space: nowrap;
    padding: 0px;
    margin: 0px;
}
.default .jClever-element-select-list>li {
    padding: 0 10px;
    margin: 3px 0;
}
.default .jClever-element-select-list>li.active {
    font-weight: bold;
}
.default .jClever-element-select-list>li:hover, .default .jClever-element-select-list>li.selected {
    background: #c0c0c0;
    color: #fff;
}
.default .jClever-element-select-list>li>span {
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
    height: 100%;
    white-space: normal;
}
.default .jClever-element-select-list>li>span>i {
    font-style: normal;
	font-size: 11px;
}


/*
 *
 *   CHECKBOX
 *
 */

.default .jClever-element-checkbox-twins {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/checkbox.png) no-repeat left bottom;
}
.default .jClever-element-checkbox-twins.checked {
    background-position: left top;
}


/*
 *
 *   RADIO
 *
 */

.default .jClever-element-radio-twins {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/radio.png) no-repeat left bottom;
}
.default .jClever-element-radio-twins.checked {
    background-position: left top;
}

/*
 *
 *   BUTTON
 *
 */
.default button.styled {
    background: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}
.default button.styled>span {
    display:-moz-inline-box; display:inline-block; *zoom: 1; *display:inline;
    border: 1px solid #c0c0c0;    
}
.default button.styled:hover>span {
    background: #c0c0c0;
    color: #fff;
}
.default button.styled>span>span {
    display:-moz-inline-box; display:inline-block; *zoom: 1; *display:inline;
    padding: 5px 15px;
}
/*
 *
 *   input`s
 *
 */
.default .input-type-text {
    border: 1px solid #c0c0c0;
    line-height: 20px;
    padding: 0 4px;
    color: #c0c0c0;
} 

/*
 *
 *   textarea`s
 *
 */
.default form.jClever textarea {
    border: 1px solid #c0c0c0;
    padding: 0 4px;
    color: #c0c0c0;
    resize: none;
} 


/*
 *
 *   file input
 *
 */
.default .jClever-element-file {
    width: 300px;
    height: 27px;
    overflow: hidden;
} 
.default .jClever-element .hidden-file {
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    left: 0px;
    width: 300px;
    padding: 0px;
    line-height: 20px;
    height: 25px;
    line-height: 25px;
    margin-left: -218px;
    font-size: 20px;
}
.default .jClever-element .jClever-element-file-name {
    display: block;
    width: 198px;
    height: 25px;
    float: left;
    border-bottom: 1px solid #c0c0c0;
    line-height: 25px;
    overflow: hidden;
    background: url(../images/file-input.png) repeat-y right top;
}

.default .jClever-element .jClever-element-file-button {
    display: block;
    width: 100px;
    height: 25px;
    float: left;
    background: url(../images/file.png) no-repeat left top;
    margin: 3px 0 0 0;
}
.default .input-file-helper {
    width: 100px;
    height: 25px;
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
}

.default .jClever-element.focused .jClever-element-file-name {
    -moz-box-shadow: inset 0 0 5px #000; /* Для Firefox */
    -webkit-box-shadow: inset 0 0 5px #000; /* Для Safari и Chrome */
    box-shadow: inset 0 0 5px #000; /* Параметры тени */
}

.default .jClever-error-label {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-left: 100%;
    color: #fff;
    width: 100%;
    padding: 0px;
    background: #EA1010;
    display: none;
}
.default .jClever-element.error .jClever-error-label {
    display:-moz-inline-box; display:inline-block; *zoom: 1; *display:inline;
}
