body {
	font-size: 14px;
    color: #000;
	line-height: normal;
    font-family: _dmu_HelenExtra;
}
p {
	margin-bottom: 1.25em;
}
b, strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
a {
    color: #2453ff;
}
a:hover {
    color: #0da6de;
}
a:visited {
    color: #a627e5;
}
a:active {
    color: #fff199;
}
h1 {
    display: block;
    font-family: _dmu_HelenExtra;
    font-size: 2em;
    height: 1.5em;
    line-height: 1.5em;
    overflow: hidden;
    text-transform: uppercase;
    vertical-align: bottom;
    padding: 0.75em 0 0;
    margin: 0 0 0;
    background: url(../img/blackDot.gif) left top repeat-x;
    background-size: 2px 2px;
}
input {
    font-family: inherit;
    font-size: 18px;
}
textarea {
    font-size: 18px;
    font-family: inherit;
}
input, textarea {
    border: medium none;
    box-shadow: 0 0 1px #CFCFCF inset, 0 0 3px #CFCFCF inset;
    display: block;
    font-size: inherit;
    overflow: hidden;
    padding: 0;
}
input[type=submit] {
    box-shadow: none;
}
input[type=radio] {
    width: auto;
    height: auto;
    display: inline;
}
input[type=text], input[type=submit], input[type=button], textarea {
    -webkit-appearance: none;
}
input[type=text] {
    height: 48px;
    line-height: 48px;
    font-size: 25px;
    text-indent: 4px;
}

table {
    border-left: 1px solid #44b18f;
    border-top: 1px solid #23a07b;
    margin-bottom: 1.25em;
}
td, th {
    border-right: 1px solid #44b18f;
    border-bottom: 1px solid #23a07b;
    padding: 0.25em;
    background: #008960;
}
th {
    color: #70c8aa;
}

ul {
    padding-left: 2.25em;
}
ul, ul > li {
    list-style-type: disc;
}
li > ul, li > ul > li {
    list-style-type: circle;
}

.skypeLink,
.skypeLink:link,
.skypeLink:visited {
    display: inline-block;
    padding-left: 1.25em;
    white-space: nowrap;
    background: url(../img/vital-e/skypeIcon.png) 0 -18px no-repeat;
}
.skypeLink:hover{
    background: url(../img/vital-e/skypeIcon.png) 0 4px no-repeat;
}

.phone_code::before {
    content: '(';
}
.phone_code::after {
    content: ')';
}
.radio_list, .radio_list li {
    display: block;
    overflow: hidden;
    list-style: none;
    padding: 0;
}
.radio_list li {
    clear: both;
    height: 1.5em;
}
.radio_list input {
    float: left;
    vertical-align: top;
    width: 1em;
    height: 1.5em;
}
.radio_list {
    padding: 0;
}

.currency_ru:after {
    content: "–";
    display: inline-block;
    margin-left: -0.625em;
    vertical-align: middle;
}
.currency_ru {
    display: inline-block;
    padding: 0 0.25em;
}