@charset "utf-8";

html {

    font-family: Helvetica, Arial, sans-serif;
    color: #fffff0;
    font-size: 12px;
    background: #000;	overflow-y:scroll;
    overflow-x: hidden;
}

#changeLang_link {
    margin-top: 3px;
}
#changeLang_link span {
    padding: 0 2px 0 0;
    cursor: pointer;
}

a img {

    border: 0;
}

a {

    color: #fffff0;
    text-decoration: underline;

}

a:hover {

    text-decoration: none;
    color: #ffffff;
    border-bottom: 0px
}

html a:active {

    outline:none;
}

.none {
    text-decoration: none;
    border-bottom: 0px;
}

.galery {
    text-decoration: none;
    border-bottom: 0px;
}

body {
    background: #000 url("../images/bg_startnow.jpg") no-repeat center center; 
    margin: 0;
    padding: 0;

}

div.content {
    width: 100%;
    height: 100%;
    background-position: bottom,center;
    background-image: url(../images/h_render.png);
    background-repeat: no-repeat; 
    z-index: 1;

}
div.register {
	text-align: right;
    position: fixed;
    width: 505px;
    height: 700px;
    right:56%;
    top: 4%;
    z-index: 1;
}

div.regarrow {
	margin-top: 200px;
    width: 250px;
    height: 120px;
}

.button_show_site {
	float: right;
    background: url(../images/buttons/enter_wb.jpg) no-repeat;
    width: 212px;
    height: 63px;
	padding-right: 4px;
}

.button_show_site:hover {
    background-position-y: -63px;
}

#optional_resource_text {
    display: none;
}


div.download {
	text-align: left;
    position: fixed;
    width: 575px;
    height: 560px;
    left: 48%;
    top: 4%;
    z-index: 999;

}
div.downarrow {
	margin: 5px 0 0 125px;
    width: 350px;
    height: 120px;
}


form {

}

form input, form select {

    margin-top: 5px;
    margin-bottom: 5px;
    background-image: url(../images/input_bg.png); no-repeat;
    border: 1px solid #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    float: left;
    color: #000;
}


.button {
    border: 1px solid #c6c9ca;
    background: url(../images/button_bg.png) repeat-x;
    padding: 7.5px 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    color: #252525;
    font-size: 14px;
    font-family: Helvetica, Arial, Georgia, serif;
    text-decoration: none;
    vertical-align: middle;
}
.button:hover {
    background-image: url(../images/button_bg_hover.png);
}
.button:active {
    border: 1px solid #c6c9ca;
}

table.form {
    font-family: Helvetica, Arial, sans-serif;
    color: #fffff0;
    font-size: 12px;
}

.clear {
    clear: both;
}