body
{
    margin:0px;
    font-family:Arial;
    }
.action1
{
    background:url(../images/step1_bg.png);
    width:600px;
    height:500px;
    }
.action1 .content
{
    padding: 181px 0px 0px 186px;    
    }
.action1 .content .textbox
{
    font-family:Arial;
    height:23px;
    line-height:23px;
    width:208px;
    border:0px;
    padding-left:5px;
    background-color:transparent;
    }
.action1 .content .selector
{
    margin-top:110px;
    font-family:Arial;
    }
.action1 .convertButton
{
    display:inline-block;
    background:url(../images/convert_bt.png) no-repeat;
    width:198px;
    height:49px;
    margin-left:17px;
    cursor:pointer;
    margin-top:30px;
    }
.action3
{
    background:url(../images/step3_bg.png);
    width:600px;
    height:500px;
    }
.action3 .content
{
    color:White;
    padding-top:110px;
    padding-left:190px
    }
.action3 .titleBar
{
    font-size:14px;
    text-align:center;
    margin-left:-190px;
    }
.action3 .result
{
    margin:55px 0px 0px 110px;
    font-weight:bold;
    }
.action3 .characterX
{
    font-size:20px;
    font-weight:bolder;
    margin-right:5px;
    display:inline-block;

    }
.action3 .coinAmount
{
    font-size:33px;
    font-weight:normal;
    display:inline-block;
    width:170px;
    word-wrap:break-word; 
    word-break:break-all;
    }
.action3 .money
{
    font-weight:normal;
    font-size:12px;
    margin-top:-2px
    }
.action3 .retryButton
{
    display:inline-block;
    background:url(../images/tryagain_bt.png) no-repeat;
    width:124px;
    height:31px;
    cursor:pointer;
    margin-left:44px;
    margin-top:30px
    }