.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 2002; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }

.arcticmodal-button{
	font-family: 'Open Sans', sans-serif;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.25);
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.25);
    box-shadow: inset 0 0 1px rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.25);
    border-width: 0 0 2px;
    border-style: solid;
    width: 100%;
    padding: 8px;
    font-size: 18px;
    text-transform: uppercase;
	outline: none;
	height: 38px;
}
.arcticmodal-button:hover{
	border-width: 0 0 3px;
}
.arcticmodal-button.green{
	border-color: rgb(1, 101, 38);
    color: rgb(236, 255, 243);
    background-color: rgb(1, 169, 63);
	margin-top: 30px;
}
.arcticmodal-button.blue{
    border-color: rgb(21, 136, 186);
    color: rgb(242, 250, 254);
    background-color: rgb(28, 168, 230);
}
.arcticmodal-text{
	font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	outline: none;
}
.arcticmodal-text:focus{
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}



