html {    
    height: 100%;
    width: 100%;
    background: #fff url(../images/bg.jpg) 0% 0% repeat-x;
}

body {    
    height: 100%;
    width: 100%;
    background: url(../images/map.jpg) 50% 0% no-repeat;
    font: normal 12px Arial;
    color: #000;
}

a {
    color: #616161;
    text-decoration: underline;
}

.clear {
    height: 0px;
    width: 0px;
    line-height: 0px;
    font-size: 0px;
    clear: both;
}

#for_free {
    position: absolute;
    z-index: 50;
    left: 0px;
    top: 0px;
    width: 165px;
    height: 165px;
    background: url(../images/for_free.png) 0% 0% no-repeat;
}

#logo {
    text-align: center;
    padding-top: 58px;
}

    #logo img {
        width: 390px;
        height: 101px;
    }

#get_it {
    width: 900px;
    margin: 390px auto 0px auto;
    font: bold 34px Arial;
    color: #000;    
}

#steps {
    width: 900px;
    margin: 30px auto 0px auto;
    height: 81px;
    background: url(../images/steps/bg.png) 0% 0% no-repeat;
}

    #steps li {
        float: left;
        height: 47px;
        margin-top: 8px;
        background-image: url(../images/steps/bullets.png);
        background-repeat: no-repeat;
        font: bold 20px Arial;
        color: #ff8300;
        padding: 18px 0px 0px 95px;
    }

        #steps li.first {
            background-position: 15px 0%;
            width: 205px;
        }

        #steps li.second {
            width: 220px;
            background-position: 15px -69px;
        }

        #steps li.third {
            width: 180px;
            background-position: 15px -139px;
        }

#content {
    width: 940px;
    margin: 20px auto 0px auto;
}

    #map_container {
        float: left;
        width: 310px;
    }

        #map_container a.list_map {
            display: block;
            background: url(../images/str.png) 0% 0% no-repeat;
            width: 19px;
            height: 42px;
            text-decoration: none;
            font-size: 0px;
            line-height: 0px;
            float: left;
            margin-top: 60px;
        }

            #map_container a.list_map:hover {
                background-position: 0% 100%;
            }

            #map_container a#next_map {
                background-position: 100% 0%;
            }

            #map_container a#next_map:hover {
                background-position: 100% 100%;
            }

        #map {
            width: 260px;
            height: 155px;
            border: 1px solid #e2e2e2;
            float: left;
        }

        #map_container div.size_container {
            margin: 17px 0px 0px 20px;
            font-size: 14px;
        }

            #map_container div.size_container select {
                font-size: 14px;
            }

    #data_input {
        padding-left: 50px;
        width: 260px;
        float: left;
    }

        #data_input input.text_input {
            width: 245px;
            height: 28px;
            border-top: 1px solid #909090;
            border-right: 1px solid #cecece;
            border-bottom: 1px solid #e4e4e4;
            border-left: 1px solid #cecece;
            font: normal 18px Arial;
            color: #000;
            background: #fff url(../images/input_bg.png) 0% 0% no-repeat;
            padding: 7px 0px 0px 5px;
            margin-bottom: 22px;
        }

        #data_input input.captcha {
            width: 100px;
            float: left;
        }

        #data_input div.captcha {
            background: url(../images/captcha_str.png) 0% 50% no-repeat;
            height: 35px;
            width: 122px;
            text-align: right;
            float: right;
            padding-right: 8px;
        }

        #data_input input.get_code {
            width: 248px;
            height: 59px;
            margin-top: 18px;
        }

        #data_input p.error {
            color: #db1b1b;
            font: normal 14px Arial;
            margin-bottom: 5px;
        }

        #data_input input.error {
            border: 1px solid #db1b1b !important;
        }

#code {
    float: left;
    width: 250px;
    padding-left: 50px;
}

    #code textarea {
        width: 245px;
        height: 130px;
        border-top: 1px solid #909090;
        border-right: 1px solid #cecece;
        border-bottom: 1px solid #e4e4e4;
        border-left: 1px solid #cecece;
        font: normal 12px Arial;
        color: #000;
        background: #fff url(../images/input_bg.png) 0% 0% no-repeat;
        padding: 2px 0px 0px 2px;
        margin-bottom: 5px;
    }

    #code a {
        font: bold 14px Arial;
        color: #0073d4;
    }

#footer {
    border-top: 1px solid #e3e3e3;
    width: 100%;
    margin-top: 30px;
    padding: 20px 0px 30px 0px;
    font: normal 14px Arial;
    color: #9e9e9e;
    text-align: center;
}

    #footer a {
        color: #9e9e9e;
    }

	#ajax_loader {
	    background: url(../images/ajax-loader.gif) 17px 0% no-repeat;
	    height: 30px;
	    width: 270px;
	    display: none;
	}

	#inside_header {
	    width: 900px;
	    margin: 420px auto 0px auto;
	    font: bold 34px Arial;
	    color: #000;
	}

	#inside_content {
	    width: 899px;
	    margin: 10px auto 0px auto;
	    color: #000;
	}

	#inside_content div.top_bg {
	    width: 899px;
	    height: 40px;
	    background: url(../images/steps/bg.png) 0% 0% no-repeat;
	}

	#inside_content div.content {
	    margin-top: -20px;
	    padding: 0px 20px 0px 20px;
	    background: #fcfcfc;
	    border-left: 1px solid #ebebeb;
	    border-right: 1px solid #ebebeb;
	}

	#inside_content div.content p {
	    margin-bottom: 7px;
	}

	#inside_content div.bottom_bg {
	    margin-top: -15px;
	    width: 899px;
	    height: 40px;
	    background: url(../images/steps/bg.png) 0% 100% no-repeat;
	}

	#code textarea.active {
	    border: 2px solid #48b148 !important;
	    width: 243px !important;
	}


