/*CSS Reset */
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

textarea {
    border: none;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('HelveticaNeue.eot');
    src: url('HelveticaNeue.eot?#iefix') format('embedded-opentype'),
         url('HelveticaNeue.woff') format('woff'),
         url('HelveticaNeue.ttf') format('truetype'),
         url('HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    width: 100%;
    height: 100%;
    height: auto!important;
    min-width: 100%;
    min-height: 100%;
    position: relative;
}

body {
    background:#797979;
    width: 100%;
    height: 100%;
    min-height: 100%;
    height: auto !important;
    color: #323232;
    font-family: 'HelveticaNeue';
    font-size: 15px;
}

#exchange_page {background: #fff}

.clear {
    clear:both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

a {
    color: #f23c32;
    text-decoration: none;
}

a span {
    border-bottom: 1px solid #EBC6C4;
}

a:hover span {
    border-bottom: none;
}

.button2 {
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    color: #323232;
    font-size: 15px;
    padding: 0 13px;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    position: relative;
	font-size: 18px;
    text-shadow: 1px 1px 1px white;
    background: -moz-linear-gradient(top, #F4F4F4 0%, #E0E0E0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F4F4F4), color-stop(100%,#E0E0E0));
    background: -webkit-linear-gradient(top, #F4F4F4 0%,#E0E0E0 100%);
    background: -o-linear-gradient(top, #F4F4F4 0%,#E0E0E0 100%);
    background: -ms-linear-gradient(top, #F4F4F4 0%,#E0E0E0 100%);
    background: linear-gradient(to bottom, #F4F4F4 0%,#E0E0E0 100%);
    -pie-background: linear-gradient(top, #F4F4F4 0%, #E0E0E0 100%);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 0px 0px white;
    color: #323232;
}

.button2:hover {
    text-shadow: none;
    color: white;
    background: #FF5B52;
    background: -moz-linear-gradient(top, #FF5B52 0%, #F23D33 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF5B52), color-stop(100%,#F23D33));
    background: -webkit-linear-gradient(top, #FF5B52 0%,#F23D33 100%);
    background: -o-linear-gradient(top, #FF5B52 0%,#F23D33 100%);
    background: -ms-linear-gradient(top, #FF5B52 0%,#F23D33 100%);
    background: linear-gradient(to bottom, #FF5B52 0%,#F23D33 100%);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 0px 0px white;
}

.mobile {
	width: 70%;
	height: auto;
	padding: 20px 40px 20px 40px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 30px 0px #333;
	margin: 20px auto;
	position: relative;
}

.mobile .close {
    display: block;
    width: 16px;
    height: 16px;
    background: url('../img/close.png') 0 0 no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.mobile h2 {
    font-family: arial,sans-serif,monospace;
    font-size: 21px;
    line-height: 32px;
    margin: 0 0 14px 0;
    color: #fb6159;
}

.mobile .mobile_content {
    padding: 0 0 24px 0;
    border-bottom: 1px dashed #f69994;
    line-height: 21px;
}

.mobile .mobile_bottom {
    margin: 24px 0 0 0;
}

.mobile p {margin: 0 0 14px 0}

.mobile ul {list-style: none;}
.mobile ul li {width: 100px; display: inline-block; vertical-align: top; text-align: center}