/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {background: #ffde00;font-family: Tahoma, Geneva, sans-serif;margin: 50px 0 0}
hr {border: 1px solid #000;margin: 0}

.sup {vertical-align: super;font-size: smaller}
.c {text-align: center}
.wrap-inner {max-width: 980px;margin: 0 auto}
.lang-select {position: absolute;top: 0;right: 0;font-size: 80%;padding: 5px}
.logo {margin: 50px 0}
.title > div {display: inline-block;vertical-align: middle;font-weight: bold;text-transform: uppercase}
.title {margin-bottom: 10px}
.title .big {font-weight: bold;font-size: 300%;text-align: right}
.title .for {text-align: left;margin-left: 5px;max-width: 150px}
.title .amount {display: inline-block;color: #ffde00;font-weight: normal;background: #000;padding: 10px 5px;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px}
.title b {font-size: 150%;display: block}
.small {font-size: 80%;color: #808080}
form {width: 280px;margin: 10px auto;display: table}
form .row {white-space: nowrap;text-align: left}
form table.row {width: 100%}
form table.row td {padding: 1px 2px}
form .row .val {width: 100%}
form .row input {
    width: 100%;
    background: #FFF;padding: 0 0.5em;line-height: 1.5em;
    border: none;-moz-border-radius: 1em;-webkit-border-radius: 1em;border-radius: 1em;
}
.instructions {padding: 10px 15px;font-size: 80%}
.instructions.disclaimer{ padding-top:50px; font-size: 70% }
div.submit {margin: 20px 0 0}
div.submit > input {
    padding: 5px 50px;cursor: pointer;
    font-size: 100%;color: #fff;text-shadow: 0 -1px #0a5e77;text-transform: uppercase;
    border: 1px solid #076c95;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;
    background: #1499bb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0OTliYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzZjOTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #1499bb 0%, #076c95 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1499bb), color-stop(100%,#076c95));
    background: -webkit-linear-gradient(top,  #1499bb 0%,#076c95 100%);
    background: -o-linear-gradient(top,  #1499bb 0%,#076c95 100%);
    background: -ms-linear-gradient(top,  #1499bb 0%,#076c95 100%);
    background: linear-gradient(to bottom,  #1499bb 0%,#076c95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1499bb', endColorstr='#076c95',GradientType=0 );
}