﻿#myform
{
    padding: 20px 0 20px 40px;
    width: 540px;
}
.title
{
    font-weight: bold;
    font-size: 14px;
    color: #d8685c;
}
#line1
{
    width: 540px;
    height: 3px;
    background-image: url(../images/my/secure/getpassline1.gif);
    margin-top: 10px;
}
#line2
{
    width: 540px;
    height: 3px;
    background-image: url(../images/my/secure/getpassline2.gif);
    margin-top: 10px;
}
#line3
{
    width: 540px;
    height: 3px;
    background-image: url(../images/my/secure/getpassline3.gif);
    margin-top: 10px;
}
#icons
{
    width: 540px;
    height: 100px;
    background-image: url(../images/my/secure/iconsline.gif);
    background-position:center bottom;
    background-repeat:repeat-x;
}
#icon1
{
    width: 80px;
    height: 50px;
    padding: 50px 0 0 120px;
    float: left;
    display: inline-block;
    background-image: url(../images/my/secure/getpassicon1.gif);
    background-position: left center;
    background-repeat: no-repeat;
    text-align: center;
}
#icon2
{
    width: 140px;
    height: 50px;
    padding: 50px 0 0 60px;
    float: left;
    display: inline-block;
    background-image: url(../images/my/secure/getpassicon2.gif);
    background-position: left center;
    background-repeat: no-repeat;
    text-align: center;
}
#icon3
{
    width: 80px;
    height: 50px;
    padding: 50px 0 0 60px;
    float: left;
    display: inline-block;
    background-image: url(../images/my/secure/getpassicon3.gif);
    background-position: left center;
    background-repeat: no-repeat;
    text-align: center;    
}
.getpassrow
{    
    width:540px;
    height:40px;        
}
.getpassleft
{
    width:140px;
    height:40px;
    display:inline-block;
    float:left;
    text-align:right;
    padding-right:10px;
    line-height:40px;
}
.getpasscenter
{
    width:340px;
    height:20px;
    display:inline-block;
    float:left;
    padding:10px 0 0px 0;
    line-height:20px;
}
#formbtn
{
    padding:20px;
    text-align:center;
}
#getpassqa
{
    padding:20px 30px 20px 30px;    
}
.getpassques
{
    background-image: url(../images/my/q.gif);
    background-position:left center;
    background-repeat:no-repeat;
    line-height:20px;
    color:#f5615f;
    font-weight:bold;
    padding:5px 0 0 25px;
}
.getpassans
{
    background-image: url(../images/my/a.gif);
    background-position:left center;
    background-repeat:no-repeat;
    line-height:20px;
    padding:5px 0 0 25px;
}
.getpassans1
{    
    padding:5px 0 5px 25px;    
}
#getpasserror
{
    height:100px;
    background-image:url(../images/my/erroricon.gif);
    background-position:50px 20px;
    background-repeat:no-repeat;
    padding:30px 0 0 130px;
    text-align:center;
}
#getpassmsg
{
    height:100px;
    background-image:url(../images/my/msgicon.gif);
    background-position:50px 20px;
    background-repeat:no-repeat;
    padding:30px 0 0 130px;
    text-align:center;
    line-height:25px;
}