*, *::before, *::after {
  box-sizing: border-box;
}

body {
margin:0px;
padding:5px 5px 30px 5px;
background-color: #f7f7f7;
}

body, html, div, p, td, textarea, input, select, option {
font-family:'Montserrat';
font-size:14px;
line-height:18px;
color:#555;
text-align:left;
}

h1 {
color:#333;
font-size:28px;
line-height:32px;
padding:0px;
margin:0px;
text-align:left;
}

select {
max-width: 100%;
border: 1px solid #ccc;
font-size: 16px;
line-height: 18px;
padding: 10px 15px;
background-color: #fff;
border-radius: 50px;
cursor:pointer;
color:#616161;
box-shadow: 0px 0px 10px #ccc;
}

select option {
cursor:pointer;
font-size: 14px;
line-height: 18px;
color:#555;
}

input, textarea {
font-size:16px;
line-height:20px;
border: 1px solid #aaa;
padding: 10px 20px;
width: 100%;
max-width: 100%;
resize: none;
border-radius: 5px;
}

input::placeholder {
color:#999;
}

input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"] {
-webkit-appearance: none;
outline: none;
}

input:focus, textarea:focus {
border-color: #555 !important;
outline: none;
}

.content_block {
text-align:center;
padding-top:20px;
}

.content {
max-width:990px;
margin:auto;
text-align:center;
}

.show_pagination_text {
text-align:center;
padding:10px;
}

.audio_button_block {
width:40px;
height:40px;
text-align:center;
vertical-align:middle;
font-size:22px;
line-height:22px;
padding-bottom: 3px;
padding-left: 5px;
}

.audio_button_block_number {
width:40px;
height:40px;
text-align:center;
vertical-align:middle;
padding: 3px 10px 5px 5px;
}

.audio_button_block_number span {
background-color: #fde4ae;
padding: 5px;
border-radius: 6px;
font-size: 22px;
line-height: 30px;
font-weight: 700;
color: #a48a57;
display: inline-block;
width: 40px;
}

.order_item_block2_active .audio_button_block_number span {
background-color: #ddb96c;
color: #232323;

}

.delete_post_image_button {
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #e83434;
color: #fff;
position: absolute;
right: 0px;
top: 0px;
padding: 5px;
font-size: 20px;
line-height: 20px;
text-align: center;
cursor:pointer;
}

/*Checkbox ios*/
/*-----------------------*/

.checkbox-ios {
display: inline-block;    
height: 32px;    
line-height: 32px;  
margin-right: 10px;      
position: relative;
vertical-align: middle;
font-size: 16px;
user-select: none;
}
.checkbox-ios .checkbox-ios-switch {
position: relative;
display: inline-block;
box-sizing: border-box;
width: 64px;
height: 32px;
border: 1px solid rgba(0, 0, 0, .1);
border-radius: 25%/50%;
vertical-align: top;
background: #eee;
transition: .2s;
}
.checkbox-ios .checkbox-ios-switch:before {
content: '';
position: absolute;
top: 1px;
left: 1px;
display: inline-block;
width: 28px;
height: 28px;
border-radius: 50%;
background: white;
box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
transition: .15s;
}
.checkbox-ios input[type=checkbox] {
display: block;
width: 0;
height: 0;
position: absolute;
z-index: -1;
opacity: 0;
}
.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
background: #ddb96c;
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
transform:translateX(32px);
}
 
/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
cursor: pointer;
border-color: rgba(0, 0, 0, .3);
}
 
/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
filter: grayscale(70%);
border-color: rgba(0, 0, 0, .1);
}
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
background: #eee;
}
 
/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
box-shadow: inset 0px 0px 4px #ff5623;
}

/*Checkbox ios*/
/*-----------------------*/

.order_item_block {
display:block;
width:100%;
float:none;
margin-top:30px;
position:relative;
overflow: visible;
}

.order_item_block2 {
position: relative;
border-radius:30px;
background-color:#ffffff;
padding:15px 20px;
margin:7px;
box-shadow: 0px 0px 15px #bbb;
text-align:center;
border: 1px solid #ccc;
}

.order_item_block2_active {
background-color:#1c1c1c;
border: 1px solid #1c1c1c;
}

.order_item_block2_active div {
color: #ddb96c;
}

.order_item_block2_active .order_item_header_step {
color: #ddb96c !important;
}

.order_item_block2_active select {
border: 1px solid #1c1c1c;
cursor: pointer;
font-weight:600;
opacity: 0.5;
vertical-align:middle;
box-shadow: none;
}

.order_item_block2_active select option {
background-color: #fff;
font-weight: 400;
}

.order_channel_image_block {
text-align:center;
}

.order_channel_image {
border-radius: 50%;
height: 80px;
vertical-align: middle;
display: inline-block;
margin-top: 10px;
margin-bottom: 15px;
border:4px solid #fff;
}

.order_item_header {
font-size:20px;
line-height:24px;
font-weight:700;
text-align:center;
margin-top:5px;
margin-bottom:20px;
color: #999;
}

.order_item_header_step {
font-weight: 900;
font-size: 40px;
line-height: 42px;
text-align: center;
margin-bottom: 7px;
}

.order_item_header i {
margin-right: 10px;
font-size: 40px;
line-height: 42px;
font-weight: 700;
vertical-align: baseline;
}

.order_item_block_content {
padding:0px 0px 10px 0px;
text-align:center;
}

.button_default {
padding: 10px 29px;
border-radius: 50px;
background: #232323;
color: #fff;
font-size: 12px;
line-height:14px;
margin: 0px 5px 5px 5px;
text-decoration:none;
display: inline-block;
border: 2px solid transparent;
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
letter-spacing: 0.5px;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
transition-duration: 0.3s;
transition-timing-function: ease-in-out;
}

.button_default:hover {
background: none;
color: #232323;
border: 2px solid #232323;
}

.button_default_white {
padding: 10px 29px;
border-radius: 50px;
background: #fff;
color: #232323;
font-size: 12px;
line-height:14px;
margin: 0px 5px 5px 5px;
text-decoration:none;
display: inline-block;
border: 2px solid transparent;
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
letter-spacing: 0.5px;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
transition-duration: 0.3s;
transition-timing-function: ease-in-out;
}

.button_default_white:hover {
background: none;
color: #fff;
border: 2px solid #fff;
}

.button_default_transparent {
padding: 10px 29px;
border-radius: 50px;
background: none;
color: #232323;
border: 2px solid #232323;
font-size: 12px;
line-height:14px;
margin: 0px 5px 5px 5px;
text-decoration:none;
display: inline-block;
letter-spacing: 0.5px;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
transition-duration: 0.3s;
transition-timing-function: ease-in-out;
}

.button_default_transparent:hover {
background: #232323;
color: #fff;
border: 2px solid transparent;
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
}

.button_default_white_transparent {
padding: 10px 29px;
border-radius: 50px;
background: none;
color: #fff;
border: 2px solid #fff;
font-size: 12px;
line-height:14px;
margin: 0px 5px 5px 5px;
text-decoration:none;
display: inline-block;
letter-spacing: 0.5px;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
transition-duration: 0.3s;
transition-timing-function: ease-in-out;
}

.button_default_white_transparent:hover {
background: #fff;
color: #232323;
border: 2px solid transparent;
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
}

.button_white {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
background-color:#ffffff;
border-radius:6px;
border:1px solid #ccc;
cursor:pointer;
color:#666;
font-weight:bold;
text-decoration:none;
text-shadow:1px 1px 0px #ffffff;
padding: 5px 7px;
}

.button_white:hover {
background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
background-color:#f6f6f6;
}

.button_white:active {
position:relative;
top:1px;
opacity:1;
}






.myButton0 {
display:block;
text-align:center;
opacity:0.7;
color:#666;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f1f1f1), color-stop(1, #ccc));
background:-moz-linear-gradient(top, #f1f1f1 5%, #ccc 100%);
background:-webkit-linear-gradient(top, #f1f1f1 5%, #ccc 100%);
background:-o-linear-gradient(top, #f1f1f1 5%, #ccc 100%);
background:-ms-linear-gradient(top, #f1f1f1 5%, #ccc 100%);
background:linear-gradient(to bottom, #f1f1f1 5%, #ccc 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ccc',GradientType=0);
background-color:#f1f1f1;
-webkit-border-radius:6px;
-khtml-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
border:1px solid #bbb;
cursor:pointer;
font-size:14px;
font-family:'Montserrat';
font-weight:bold;
padding:5px 12px;
text-decoration:none;
text-shadow:0px 0px 2px #fff;
}


.myButton0:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d5d5d5), color-stop(1, #f1f1f1));
background:-moz-linear-gradient(top, #d5d5d5 5%, #f1f1f1 100%);
background:-webkit-linear-gradient(top, #d5d5d5 5%, #f1f1f1 100%);
background:-o-linear-gradient(top, #d5d5d5 5%, #f1f1f1 100%);
background:-ms-linear-gradient(top, #d5d5d5 5%, #f1f1f1 100%);
background:linear-gradient(to bottom, #d5d5d5 5%, #f1f1f1 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#f1f1f1',GradientType=0);
background-color:#d5d5d5;
opacity:1;
}

.myButton0:active {
position:relative;
top:1px;
opacity:1;
}

.myButton{
-moz-box-shadow:inset 0px 1px 0px 0px #9fb4f2;
-webkit-box-shadow:inset 0px 1px 0px 0px #9fb4f2;
box-shadow:inset 0px 1px 0px 0px #9fb4f2;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
background-color:#7892c2;
-webkit-border-radius:6px;
-khtml-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
border:1px solid #4e6096;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-size:16px;
line-height:18px;
font-weight:bold;
font-family:'Montserrat';
padding:7px 15px;
text-decoration:none;
text-shadow:0px 0px 2px #283966;
}


.myButton:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
background-color:#476e9e;
}

.myButton:active {
position:relative;
top:1px;
}


.myButton_green {
box-shadow:inset 0px 1px 0px 0px #caefab;
background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
background-color:#77d42a;
border:1px solid #268a16;
text-shadow:0px 1px 2px #306108;

-webkit-border-radius:6px;
-khtml-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-size:18px;
line-height:20px;
font-weight:bold;
font-family:'Montserrat';
padding:7px 15px;
text-decoration:none;
}


.myButton_green:hover {
box-shadow:inset 0px 1px 0px 0px #caefab;
background:linear-gradient(to top, #77d42a 5%, #5cb811 100%);
background-color:#77d42a;
border:1px solid #268a16;
}

.myButton_green:active {
position:relative;
top:1px;
}



.myButton2 {
-moz-box-shadow:inset 0px 1px 0px 0px #efdcfb;
-webkit-box-shadow:inset 0px 1px 0px 0px #efdcfb;
box-shadow:inset 0px 1px 0px 0px #efdcfb;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfbdfa), color-stop(1, #bc80ea));
background:-moz-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
background:-webkit-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
background:-o-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
background:-ms-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
background:linear-gradient(to bottom, #dfbdfa 5%, #bc80ea 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfbdfa', endColorstr='#bc80ea',GradientType=0);
background-color:#dfbdfa;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #c584f3;
display:inline-block;
cursor:pointer;
font-size:14px;
color:#592259;
font-weight:bold;
font-family:'Montserrat';
padding:5px 12px;
text-decoration:none;
text-shadow:0px 1px 0px #d7c3e8;
}
.myButton2:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc80ea), color-stop(1, #dfbdfa));
background:-moz-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
background:-webkit-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
background:-o-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
background:-ms-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
background:linear-gradient(to bottom, #bc80ea 5%, #dfbdfa 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc80ea', endColorstr='#dfbdfa',GradientType=0);
background-color:#bc80ea;
}
.myButton2:active {
position:relative;
top:1px;
}



.myButton3 {
display:block;
text-align:center;
opacity:0.7;
color:#ffffff;
-moz-box-shadow:inset 0px 2px 0px 0px #e47b71;
-webkit-box-shadow:inset 0px 2px 0px 0px #e47b71;
box-shadow:inset 0px 2px 0px 0px #e47b71;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c44960), color-stop(1, #a82a42));
background:-moz-linear-gradient(top, #c44960 5%, #a82a42 100%);
background:-webkit-linear-gradient(top, #c44960 5%, #a82a42 100%);
background:-o-linear-gradient(top, #c44960 5%, #a82a42 100%);
background:-ms-linear-gradient(top, #c44960 5%, #a82a42 100%);
background:linear-gradient(to bottom, #c44960 5%, #a82a42 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c44960', endColorstr='#a82a42',GradientType=0);
background-color:#c44960;
-webkit-border-radius:6px;
-khtml-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
border:1px solid #9b2037;
cursor:pointer;
font-size:14px;
font-family:'Montserrat';
font-weight:bold;
padding:5px 12px;
text-decoration:none;
text-shadow:0px 0px 2px #731729;
}


.myButton3:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a82a42), color-stop(1, #c44960));
background:-moz-linear-gradient(top, #a82a42 5%, #c44960 100%);
background:-webkit-linear-gradient(top, #a82a42 5%, #c44960 100%);
background:-o-linear-gradient(top, #a82a42 5%, #c44960 100%);
background:-ms-linear-gradient(top, #a82a42 5%, #c44960 100%);
background:linear-gradient(to bottom, #a82a42 5%, #c44960 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a82a42', endColorstr='#c44960',GradientType=0);
background-color:#a82a42;
opacity:1;
}

.myButton3:active {
position:relative;
top:1px;
opacity:1;
}


.myButton4 {
-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
box-shadow:inset 0px 1px 0px 0px #f5978e;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
background-color:#f24537;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #d02718;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-size:18px;
line-height:20px;
font-weight:bold;
font-family:'Montserrat';
padding:7px 15px;
text-decoration:none;
text-shadow:0px 1px 0px #810e05;
}
.myButton4:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
background-color:#c62d1f;
}
.myButton4:active {
position:relative;
top:1px;
}


.myButton5 {
display:block;
text-align:center;
color:#333;
-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
box-shadow:inset 0px 1px 0px 0px #fff6af;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
background-color:#ffec64;
-webkit-border-radius:6px;
-khtml-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
border:1px solid #ffaa22;
cursor:pointer;
font-size:14px;
font-family:'Montserrat';
font-weight:bold;
padding:5px 12px;
text-decoration:none;
text-shadow:0px 0px 2px #ffee66;
}


.myButton5:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
background-color:#ffab23;
}

.myButton5:active {
position:relative;
top:1px;
}





/*Навигация*/

.navigation_block .myButton6, .navigation_block .myButton4 {
white-space: nowrap;
font-size: 14px;
line-height: 16px;
padding: 6px 10px;
margin: 2px;
display: inline-block;
}

/*Навигация*/


#bottom_menu_block {
-moz-box-shadow:inset 0px 1px 0px 0px #23395e;
-webkit-box-shadow:inset 0px 1px 0px 0px #23395e;
box-shadow:inset 0px 1px 0px 0px #23395e;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2e466e), color-stop(1, #415989));
background:-moz-linear-gradient(top, #2e466e 5%, #415989 100%);
background:-webkit-linear-gradient(top, #2e466e 5%, #415989 100%);
background:-o-linear-gradient(top, #2e466e 5%, #415989 100%);
background:-ms-linear-gradient(top, #2e466e 5%, #415989 100%);
background:linear-gradient(to bottom, #2e466e 5%, #415989 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e466e', endColorstr='#415989',GradientType=0);
background-color:#2e466e;
border:1px solid #1f2f47;
text-shadow:0px 1px 0px #263666;
}

