﻿*{margin:0px; padding:0px;}

html,body 
{
    height:100%;
    margin:0px;
    padding:0px;
}
body
{
    background:url(../img/bg.png) top center #e6dcef no-repeat fixed;
}

h1
{
    font-family:Georgia;
    font-size:70px;
    color:#ff4dbe;
    text-align:center;
}
h2
{
    font-family:Georgia;
    font-size:45px;
    color:#ff4dbe;
}
h3
{
    font-family:Georgia;
    font-size:30px;
    text-align:center;
    color:#647288;
}

div.main
{
    width:460px;
    position:absolute;
    left:50%;
    margin-left:-230px;
    margin-top:180px;
}

.left
{
    margin-left:40px;
}
.fLeft
{
    margin-left:100px;
    float:left;
}
.fBLeft
{
    margin-left:15px;
    float:left;
}
.field
{
    width:376px;
    height:43px;
    background:url(../img/bgField.jpg) 0 0 no-repeat;
    line-height:43px;
    color:#647288;
    font-size:25px;
    font-family:Georgia;
    border:none;
}
.ll
{
    width:390px;
    float:left;
    height:auto;
}

.numberBox
{
    width:113px;
    height:63px;
    background:url(../img/bgNumber.jpg) 0 0 no-repeat;
    font-family:Georgia;
    color:#647288;
    font-size:40px;
    line-height:60px;
    text-align:center;
    margin-top:15px;
}

ol
{
    font-family:Georgia;
    font-size:20px;
    color:#ff4dbe;
    margin-top:20px;
    margin-left:25px;
    margin-bottom:100px;
    padding-left:15px;
    display:block;
    list-style-type:decimal-leading-zero;
}

li span
{
    color:#647288;
}

a
{
 color:#637289;
 font-family:Trebuchet MS;
 font-size:11px;   
 text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

.mleft
{
    margin-left:40px;
}


