/* iProfile - Custom Login CSS */
#loginWrapper 
{
    width:180px;
    height:160px;
}
.loginTabTop 
{
    text-align:left;
    width:180px;
    height:40px;
    background:url("/DesktopModules/iprofile/images/loginTabTop.png") no-repeat;
}
.loginTabTop p
{
padding:10px;
font-size:14px;
font-weight:bold;
}

.posbloginContent 
{
    text-align:left;
    padding:10px 0px 0 10px;
    width:170px;
    height:90px;    
    background-color: #2f3d6f;
    /*background:url("/DesktopModules/iprofile/images/posbloginBg.png") no-repeat;*/
}

.posbloginContent p 
{
    color:#ffffff;
    font-size:10px;
    font-weight:bold;
}

.loginContent 
{
    text-align:left;
    padding:2px 10px 0 10px;
    width:180px;
    height:80px;
    background:url("/DesktopModules/iprofile/images/loginBg.png") no-repeat;
}
.loginContent p 
{
    color:#ffffff;
    font-size:10px;
    font-weight:bold;
}
.loginTabBottom
{
    width:180px;
    height:40px;
    background:url("/DesktopModules/iprofile/images/loginTabBottom.png") no-repeat;
}
.loginTabBottom p
{
    padding:10px 0 0 0;

}
.loginTabBottom p a
{
    font-family:arial;
    font-size:8px;

}
.loginTabBottom p input
{
    cursor:pointer;
    width:40px;
    height:18px;
    border: 0 none;
    background-color:#ffffff;
}
.POSBloginTabBottom
{
    padding: 0;
    width:180px;
    height:40px;
    background:url("/DesktopModules/iprofile/images/loginTabBottom.png") no-repeat;
}

.POSBloginTabBottom p
{
    font-family:Arial,Helvetica,sans-serif;
    text-align:left;
    padding:10px;
}
.POSBloginTabBottom p input
{
    cursor:pointer;
    border: 0 none;
    background-color:#ffffff;
}
.POSBloginTabBottom p a
{
    color:#ffffff;
	margin-left:9px;
}
.POSBloginTabBottom p a:link,.POSBloginTabBottom p a:visited
{
	font-family:Arial,Helvetica,sans-serif;
	color:#ffffff;
}
img.theavatar 
{
    border:1px solid #FFFFFF;
    padding:2px;
    width:40px;
        float:left;
}

.profileMenu 
{
    float:left;
    margin-left:10px;
    color:#FFFFFF;
}
