/*
 * @author Gaponov Igor <gapon2401@gmail.com>
 */
.voting-block { width: 100%; max-width: 600px; padding: 5px;} 
.voting-block h3 { margin-top:0; text-align:center; word-wrap: break-word; }
.voting-option input[type='radio'],input[type='checkbox']  { vertical-align: -7%; }
.voting-result-option { margin-bottom: 5px; word-wrap: break-word; }
.voting-result-option .voting-bar { background-color: #006000; height: 5px; display: none; }
.voting-total { text-align: left; }
.voting_form input[type='submit'] { margin: 10px 0; }
.voting_form input[type='submit']:active { position:relative; top:1px; }
.errormsg { color: red; display: block; margin: 0; }
/* Poll design */
.custom-style.voting-block { background: none repeat scroll 0 0 #FDFFBD; border: 1px solid #F2E295; color: #000000; padding: 7px; }
.custom-style.voting-block h3 { font-size: 16px; }
.custom-style .voting-results { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #CCCCCC; padding: 5px 5px 0; }
.custom-style .voting-total { color: #FF723A; }
.custom-style input[type='submit']{-moz-box-shadow:inset 0 1px 0 0 #f0d97f;-webkit-box-shadow:inset 0 1px 0 0 #f0d97f;box-shadow:inset 0 1px 0 0 #f0d97f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ffff24),color-stop(1,#ffd324));background:-moz-linear-gradient(top,#ffff24 5%,#ffd324 100%);background:-webkit-linear-gradient(top,#ffff24 5%,#ffd324 100%);background:-o-linear-gradient(top,#ffff24 5%,#ffd324 100%);background:-ms-linear-gradient(top,#ffff24 5%,#ffd324 100%);background:linear-gradient(to bottom,#ffff24 5%,#ffd324 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff24',endColorstr='#ffd324',GradientType=0);background-color:#ffff24;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;border:1px solid #ffed24;display:inline-block;color:#000;padding:5px 15px;text-decoration:none;text-shadow:0 1px 0 #f8ff24}
.custom-style input[type='submit']:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ffd324),color-stop(1,#ffff24));background:-moz-linear-gradient(top,#ffd324 5%,#ffff24 100%);background:-webkit-linear-gradient(top,#ffd324 5%,#ffff24 100%);background:-o-linear-gradient(top,#ffd324 5%,#ffff24 100%);background:-ms-linear-gradient(top,#ffd324 5%,#ffff24 100%);background:linear-gradient(to bottom,#ffd324 5%,#ffff24 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd324',endColorstr='#ffff24',GradientType=0);background-color:#ffd324}
.color-style.voting-block { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.28); -moz-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.28); box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.28); }
.color-style.red { background: rgb(255,111,109); background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNmY2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYTM4MzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+"); background: -moz-linear-gradient(top, rgb(255,111,109) 0%, rgb(202,56,54) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,111,109)), color-stop(100%,rgb(202,56,54))); background: -webkit-linear-gradient(top, rgb(255,111,109) 0%,rgb(202,56,54) 100%); background: -o-linear-gradient(top, rgb(255,111,109) 0%,rgb(202,56,54) 100%); background: -ms-linear-gradient(top, rgb(255,111,109) 0%,rgb(202,56,54) 100%); background: linear-gradient(to bottom, rgb(255,111,109) 0%,rgb(202,56,54) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6f6d', endColorstr='#ca3836',GradientType=0 ); }
.color-style.red input[type='submit']{-moz-box-shadow:inset 0 1px 0 0 #f7c5c0;-webkit-box-shadow:inset 0 1px 0 0 #f7c5c0;box-shadow:inset 0 1px 0 0 #f7c5c0;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fc8d83),color-stop(1,#e4685d));background:-moz-linear-gradient(top,#fc8d83 5%,#e4685d 100%);background:-webkit-linear-gradient(top,#fc8d83 5%,#e4685d 100%);background:-o-linear-gradient(top,#fc8d83 5%,#e4685d 100%);background:-ms-linear-gradient(top,#fc8d83 5%,#e4685d 100%);background:linear-gradient(to bottom,#fc8d83 5%,#e4685d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83',endColorstr='#e4685d',GradientType=0);background-color:#fc8d83;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:1px solid #d83526;display:inline-block;color:#fff;padding:5px 15px;text-decoration:none;text-shadow:0 1px 0 #b23e35}
.color-style.red input[type='submit']:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#e4685d),color-stop(1,#fc8d83));background:-moz-linear-gradient(top,#e4685d 5%,#fc8d83 100%);background:-webkit-linear-gradient(top,#e4685d 5%,#fc8d83 100%);background:-o-linear-gradient(top,#e4685d 5%,#fc8d83 100%);background:-ms-linear-gradient(top,#e4685d 5%,#fc8d83 100%);background:linear-gradient(to bottom,#e4685d 5%,#fc8d83 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d',endColorstr='#fc8d83',GradientType=0);background-color:#e4685d}
.color-style.blue { color: #fff; background: rgb(38,132,197); background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2ODRjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZGJiZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+"); background: -moz-linear-gradient(top, rgb(38,132,197) 0%, rgb(93,187,252) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(38,132,197)), color-stop(100%,rgb(93,187,252))); background: -webkit-linear-gradient(top, rgb(38,132,197) 0%,rgb(93,187,252) 100%); background: -o-linear-gradient(top, rgb(38,132,197) 0%,rgb(93,187,252) 100%); background: -ms-linear-gradient(top, rgb(38,132,197) 0%,rgb(93,187,252) 100%); background: linear-gradient(to bottom, rgb(38,132,197) 0%,rgb(93,187,252) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2684c5', endColorstr='#5dbbfc',GradientType=0 ); }
.color-style.blue input[type='submit']{-moz-box-shadow:inset 0 1px 0 0 #54a3f7;-webkit-box-shadow:inset 0 1px 0 0 #54a3f7;box-shadow:inset 0 1px 0 0 #54a3f7;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#007dc1),color-stop(1,#0061a7));background:-moz-linear-gradient(top,#007dc1 5%,#0061a7 100%);background:-webkit-linear-gradient(top,#007dc1 5%,#0061a7 100%);background:-o-linear-gradient(top,#007dc1 5%,#0061a7 100%);background:-ms-linear-gradient(top,#007dc1 5%,#0061a7 100%);background:linear-gradient(to bottom,#007dc1 5%,#0061a7 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1',endColorstr='#0061a7',GradientType=0);background-color:#007dc1;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border:1px solid #124d77;display:inline-block;color:#fff;padding:5px 15px;text-decoration:none;text-shadow:0 1px 0 #154682}
.color-style.blue input[type='submit']:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#0061a7),color-stop(1,#007dc1));background:-moz-linear-gradient(top,#0061a7 5%,#007dc1 100%);background:-webkit-linear-gradient(top,#0061a7 5%,#007dc1 100%);background:-o-linear-gradient(top,#0061a7 5%,#007dc1 100%);background:-ms-linear-gradient(top,#0061a7 5%,#007dc1 100%);background:linear-gradient(to bottom,#0061a7 5%,#007dc1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7',endColorstr='#007dc1',GradientType=0);background-color:#0061a7}
.color-style.pink { background: #FFCECE; }
.color-style.pink input[type='submit']{-moz-box-shadow:inset 0 1px 0 0 #fbafe3;-webkit-box-shadow:inset 0 1px 0 0 #fbafe3;box-shadow:inset 0 1px 0 0 #fbafe3;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ff5bb0),color-stop(1,#fa50a2));background:-moz-linear-gradient(top,#ff5bb0 5%,#fa50a2 100%);background:-webkit-linear-gradient(top,#ff5bb0 5%,#fa50a2 100%);background:-o-linear-gradient(top,#ff5bb0 5%,#fa50a2 100%);background:-ms-linear-gradient(top,#ff5bb0 5%,#fa50a2 100%);background:linear-gradient(to bottom,#ff5bb0 5%,#fa50a2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0',endColorstr='#fa50a2',GradientType=0);background-color:#ff5bb0;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #fa50ab;display:inline-block;color:#fff;padding:5px 15px;text-decoration:none;text-shadow:0 1px 0 #c70067}
.color-style.pink input[type='submit']:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fa50a2),color-stop(1,#ff5bb0));background:-moz-linear-gradient(top,#fa50a2 5%,#ff5bb0 100%);background:-webkit-linear-gradient(top,#fa50a2 5%,#ff5bb0 100%);background:-o-linear-gradient(top,#fa50a2 5%,#ff5bb0 100%);background:-ms-linear-gradient(top,#fa50a2 5%,#ff5bb0 100%);background:linear-gradient(to bottom,#fa50a2 5%,#ff5bb0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa50a2',endColorstr='#ff5bb0',GradientType=0);background-color:#fa50a2}
.color-style.dark-blue { background: #739ABF; color: #F1F5F9; }
.color-style.dark-blue input[type='submit'] { -moz-box-shadow:inset 0 1px 0 0 #dcecfb;-webkit-box-shadow:inset 0 1px 0 0 #dcecfb;box-shadow:inset 0 1px 0 0 #dcecfb;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#bddbfa),color-stop(1,#80b5ea));background:-moz-linear-gradient(top,#bddbfa 5%,#80b5ea 100%);background:-webkit-linear-gradient(top,#bddbfa 5%,#80b5ea 100%);background:-o-linear-gradient(top,#bddbfa 5%,#80b5ea 100%);background:-ms-linear-gradient(top,#bddbfa 5%,#80b5ea 100%);background:linear-gradient(to bottom,#bddbfa 5%,#80b5ea 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa',endColorstr='#80b5ea',GradientType=0);background-color:#bddbfa;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #84bbf3;display:inline-block;color:#fff;padding:5px 15px;text-decoration:none;text-shadow:0 1px 0 #528ecc; }
.color-style.dark-blue input[type='submit']:hover { background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#80b5ea),color-stop(1,#bddbfa));background:-moz-linear-gradient(top,#80b5ea 5%,#bddbfa 100%);background:-webkit-linear-gradient(top,#80b5ea 5%,#bddbfa 100%);background:-o-linear-gradient(top,#80b5ea 5%,#bddbfa 100%);background:-ms-linear-gradient(top,#80b5ea 5%,#bddbfa 100%);background:linear-gradient(to bottom,#80b5ea 5%,#bddbfa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea',endColorstr='#bddbfa',GradientType=0);background-color:#80b5ea }
.color-style.orange { background: #FFD280; }
.color-style.orange input[type='submit']{-moz-box-shadow:inset 0 1px 0 0 #ffe0b5;-webkit-box-shadow:inset 0 1px 0 0 #ffe0b5;box-shadow:inset 0 1px 0 0 #ffe0b5;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fbb450),color-stop(1,#f89306));background:-moz-linear-gradient(top,#fbb450 5%,#f89306 100%);background:-webkit-linear-gradient(top,#fbb450 5%,#f89306 100%);background:-o-linear-gradient(top,#fbb450 5%,#f89306 100%);background:-ms-linear-gradient(top,#fbb450 5%,#f89306 100%);background:linear-gradient(to bottom,#fbb450 5%,#f89306 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450',endColorstr='#f89306',GradientType=0);background-color:#fbb450;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px;border:1px solid #c97e1c;display:inline-block;color:#fff;padding:5px 15px;text-decoration:none;text-shadow:0 1px 0 #8f7f24}
.color-style.orange input[type='submit']:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f89306),color-stop(1,#fbb450));background:-moz-linear-gradient(top,#f89306 5%,#fbb450 100%);background:-webkit-linear-gradient(top,#f89306 5%,#fbb450 100%);background:-o-linear-gradient(top,#f89306 5%,#fbb450 100%);background:-ms-linear-gradient(top,#f89306 5%,#fbb450 100%);background:linear-gradient(to bottom,#f89306 5%,#fbb450 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89306',endColorstr='#fbb450',GradientType=0);background-color:#f89306}
.color-style.grey { background: #CCCCCC; }
.color-style.grey input[type='submit']{-moz-box-shadow:inset 0 1px 0 0 #fff;-webkit-box-shadow:inset 0 1px 0 0 #fff;box-shadow:inset 0 1px 0 0 #fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ededed),color-stop(1,#dfdfdf));background:-moz-linear-gradient(top,#ededed 5%,#dfdfdf 100%);background:-webkit-linear-gradient(top,#ededed 5%,#dfdfdf 100%);background:-o-linear-gradient(top,#ededed 5%,#dfdfdf 100%);background:-ms-linear-gradient(top,#ededed 5%,#dfdfdf 100%);background:linear-gradient(to bottom,#ededed 5%,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#dfdfdf',GradientType=0);background-color:#ededed;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;border:1px solid #dcdcdc;display:inline-block;color:#777;padding:5px 15px;text-decoration:none;text-shadow:0 1px 0 #fff}
.color-style.grey input[type='submit']:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#dfdfdf),color-stop(1,#ededed));background:-moz-linear-gradient(top,#dfdfdf 5%,#ededed 100%);background:-webkit-linear-gradient(top,#dfdfdf 5%,#ededed 100%);background:-o-linear-gradient(top,#dfdfdf 5%,#ededed 100%);background:-ms-linear-gradient(top,#dfdfdf 5%,#ededed 100%);background:linear-gradient(to bottom,#dfdfdf 5%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf',endColorstr='#ededed',GradientType=0);background-color:#dfdfdf}
.color-style.light-green { background: #D3FED3; }
.color-style.light-green input[type='submit']{-moz-box-shadow:inset 0 1px 0 0 #fff;-webkit-box-shadow:inset 0 1px 0 0 #fff;box-shadow:inset 0 1px 0 0 #fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#d6f7c4),color-stop(1,#bce8a0));background:-moz-linear-gradient(top,#d6f7c4 5%,#bce8a0 100%);background:-webkit-linear-gradient(top,#d6f7c4 5%,#bce8a0 100%);background:-o-linear-gradient(top,#d6f7c4 5%,#bce8a0 100%);background:-ms-linear-gradient(top,#d6f7c4 5%,#bce8a0 100%);background:linear-gradient(to bottom,#d6f7c4 5%,#bce8a0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6f7c4',endColorstr='#bce8a0',GradientType=0);background-color:#d6f7c4;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;border:1px solid #7fb85c;display:inline-block;color:#000;padding:5px 15px;text-decoration:none;text-shadow:0 1px 0 #7fb85c}
.color-style.light-green input[type='submit']:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#bce8a0),color-stop(1,#d6f7c4));background:-moz-linear-gradient(top,#bce8a0 5%,#d6f7c4 100%);background:-webkit-linear-gradient(top,#bce8a0 5%,#d6f7c4 100%);background:-o-linear-gradient(top,#bce8a0 5%,#d6f7c4 100%);background:-ms-linear-gradient(top,#bce8a0 5%,#d6f7c4 100%);background:linear-gradient(to bottom,#bce8a0 5%,#d6f7c4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bce8a0',endColorstr='#d6f7c4',GradientType=0);background-color:#bce8a0}
.color-style.black { background: #000; color: #fff; }
.color-style.black input[type='submit']{-moz-box-shadow:inset 0 1px 0 0 #fff;-webkit-box-shadow:inset 0 1px 0 0 #fff;box-shadow:inset 0 1px 0 0 #fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ededed),color-stop(1,#dfdfdf));background:-moz-linear-gradient(top,#ededed 5%,#dfdfdf 100%);background:-webkit-linear-gradient(top,#ededed 5%,#dfdfdf 100%);background:-o-linear-gradient(top,#ededed 5%,#dfdfdf 100%);background:-ms-linear-gradient(top,#ededed 5%,#dfdfdf 100%);background:linear-gradient(to bottom,#ededed 5%,#dfdfdf 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#dfdfdf',GradientType=0);background-color:#ededed;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;border:1px solid #dcdcdc;display:inline-block;color:#000;padding:5px 15px;text-decoration:none;text-shadow:0 1px 0 #fff}
.color-style.black input[type='submit']:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#dfdfdf),color-stop(1,#ededed));background:-moz-linear-gradient(top,#dfdfdf 5%,#ededed 100%);background:-webkit-linear-gradient(top,#dfdfdf 5%,#ededed 100%);background:-o-linear-gradient(top,#dfdfdf 5%,#ededed 100%);background:-ms-linear-gradient(top,#dfdfdf 5%,#ededed 100%);background:linear-gradient(to bottom,#dfdfdf 5%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf',endColorstr='#ededed',GradientType=0);background-color:#dfdfdf}
.color-style.white { background: #fff; }
.color-style.white input[type='submit']{-moz-box-shadow:inset 0 1px 0 0 #fff;-webkit-box-shadow:inset 0 1px 0 0 #fff;box-shadow:inset 0 1px 0 0 #fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fff),color-stop(1,#f6f6f6));background:-moz-linear-gradient(top,#fff 5%,#f6f6f6 100%);background:-webkit-linear-gradient(top,#fff 5%,#f6f6f6 100%);background:-o-linear-gradient(top,#fff 5%,#f6f6f6 100%);background:-ms-linear-gradient(top,#fff 5%,#f6f6f6 100%);background:linear-gradient(to bottom,#fff 5%,#f6f6f6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f6f6f6',GradientType=0);background-color:#fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;border:1px solid #dcdcdc;display:inline-block;color:#666;padding:5px 15px;text-decoration:none;text-shadow:0 1px 0 #fff}
.color-style.white input[type='submit']:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f6f6f6),color-stop(1,#fff));background:-moz-linear-gradient(top,#f6f6f6 5%,#fff 100%);background:-webkit-linear-gradient(top,#f6f6f6 5%,#fff 100%);background:-o-linear-gradient(top,#f6f6f6 5%,#fff 100%);background:-ms-linear-gradient(top,#f6f6f6 5%,#fff 100%);background:linear-gradient(to bottom,#f6f6f6 5%,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6',endColorstr='#ffffff',GradientType=0);background-color:#f6f6f6}
.color-style.purple { background: #EECAFF; }
.color-style.purple input[type='submit']{-moz-box-shadow:inset 0 1px 0 0 #efdcfb;-webkit-box-shadow:inset 0 1px 0 0 #efdcfb;box-shadow:inset 0 1px 0 0 #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:5px;-webkit-border-radius:5px;border-radius:5px;border:1px solid #c584f3;display:inline-block;color:#fff;padding:5px 15px;text-decoration:none;text-shadow:0 1px 0 #9752cc}
.color-style.purple input[type='submit']: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}
.color-style.yellow { background: #FFFC8A; }
.color-style.yellow input[type='submit']{-moz-box-shadow:inset 0 1px 0 0 #f0d97f;-webkit-box-shadow:inset 0 1px 0 0 #f0d97f;box-shadow:inset 0 1px 0 0 #f0d97f;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ffff24),color-stop(1,#ffd324));background:-moz-linear-gradient(top,#ffff24 5%,#ffd324 100%);background:-webkit-linear-gradient(top,#ffff24 5%,#ffd324 100%);background:-o-linear-gradient(top,#ffff24 5%,#ffd324 100%);background:-ms-linear-gradient(top,#ffff24 5%,#ffd324 100%);background:linear-gradient(to bottom,#ffff24 5%,#ffd324 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff24',endColorstr='#ffd324',GradientType=0);background-color:#ffff24;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;border:1px solid #ffed24;display:inline-block;color:#000;padding:5px 15px;text-decoration:none;text-shadow:0 1px 0 #f8ff24}
.color-style.yellow input[type='submit']:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ffd324),color-stop(1,#ffff24));background:-moz-linear-gradient(top,#ffd324 5%,#ffff24 100%);background:-webkit-linear-gradient(top,#ffd324 5%,#ffff24 100%);background:-o-linear-gradient(top,#ffd324 5%,#ffff24 100%);background:-ms-linear-gradient(top,#ffd324 5%,#ffff24 100%);background:linear-gradient(to bottom,#ffd324 5%,#ffff24 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd324',endColorstr='#ffff24',GradientType=0);background-color:#ffd324}
.color-style.green { background: rgb(158,243,118); background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllZjM3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2N2JjM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+"); background: -moz-linear-gradient(top, rgb(158,243,118) 0%, rgb(103,188,63) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(158,243,118)), color-stop(100%,rgb(103,188,63))); background: -webkit-linear-gradient(top, rgb(158,243,118) 0%,rgb(103,188,63) 100%); background: -o-linear-gradient(top, rgb(158,243,118) 0%,rgb(103,188,63) 100%); background: -ms-linear-gradient(top, rgb(158,243,118) 0%,rgb(103,188,63) 100%); background: linear-gradient(to bottom, rgb(158,243,118) 0%,rgb(103,188,63) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ef376', endColorstr='#67bc3f',GradientType=0 ); }
.color-style.green input[type='submit']{-moz-box-shadow:inset 0 1px 0 0 #d9fbbe;-webkit-box-shadow:inset 0 1px 0 0 #d9fbbe;box-shadow:inset 0 1px 0 0 #d9fbbe;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#b8e356),color-stop(1,#a5cc52));background:-moz-linear-gradient(top,#b8e356 5%,#a5cc52 100%);background:-webkit-linear-gradient(top,#b8e356 5%,#a5cc52 100%);background:-o-linear-gradient(top,#b8e356 5%,#a5cc52 100%);background:-ms-linear-gradient(top,#b8e356 5%,#a5cc52 100%);background:linear-gradient(to bottom,#b8e356 5%,#a5cc52 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356',endColorstr='#a5cc52',GradientType=0);background-color:#b8e356;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #83c41a;display:inline-block;color:#fff;padding:5px 15px;text-decoration:none;text-shadow:0 1px 0 #86ae47}
.color-style.green input[type='submit']:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#a5cc52),color-stop(1,#b8e356));background:-moz-linear-gradient(top,#a5cc52 5%,#b8e356 100%);background:-webkit-linear-gradient(top,#a5cc52 5%,#b8e356 100%);background:-o-linear-gradient(top,#a5cc52 5%,#b8e356 100%);background:-ms-linear-gradient(top,#a5cc52 5%,#b8e356 100%);background:linear-gradient(to bottom,#a5cc52 5%,#b8e356 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52',endColorstr='#b8e356',GradientType=0);background-color:#a5cc52}