﻿/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{	
	background-color: white;
	border-width:2px;
	border-style:solid;
	border-color: #ffa813;
	padding:5px;	
	text-align: left;
	
	 width:450px;padding:0px;border-color:Black;
	 
	 position:relative;
	 z-index:999;
}

.clear_extrastyle
{
    padding:10px;
    padding-top:10px;
    padding-bottom:10px;
}

.defaultText
{
    font-family:Verdana;
    font-size:10px;
}

.modalTitleFriend
{
    background-color:#fbaf01;
    height:20px;
    clear:both;
}
    .modalTitleFriendClose
    { 
        float:right;padding-top:4px;
        padding-right:4px;
    }
    .modalTitleFriendInfo
    { 
        color:white;
        /*float:left;*/
        padding-top:4px;
        padding-left:4px;
        
        padding-bottom:5px;
        float:none;
        font-weight:bold;
        background-color:black;
    }
    

.popButton_container1
{
    float:right;
    margin:0px 30px 20px 0px;
}
.popButton_container2
{
    float:right;
    margin:0px 5px 20px 0px;
}
.popButton
{
    display:block;
    float:right;
    background-color:#6A6A6a;
    padding:6px;
    color:White;
    font-weight:bold;
    text-align:center;
    display:block;
    padding-bottom:7px;
    
    width:50px;
    /*margin:0px auto;*/
}
.popButton2
{
    display:block;
    background-color:#6A6A6a;
    padding:6px;
    color:White;
    font-weight:bold;
    text-align:center;
    display:block;
    padding-bottom:7px;
    
    width:50px;
    /*margin:0px auto;*/
}

.modalFieldLbl
{
    margin:0px 0px 0px 30px;
    width:390px;
    height:18px;
    line-height:18px;
    color:#525252;
}
.modalFieldTbox
{
    margin:0px 0px 0px 30px;
    width:390px;
    height:20px;
}
.modalTbox
{
    width:378px;
    height:20px;
}
.modalForgotPassword
{
    height:18px;
    line-height:18px;
    color:#525252;
    text-decoration:underline;
}
.modalNotRegistered
{
    height:18px;
    line-height:18px;
    color:#525252;
    text-decoration:underline;
}
.modalNotRegistered:hover
{
    text-decoration:none;
}
.modalText1
{
    display:block;
    width:390px;
    margin:15px 0px 0px 20px;
}
.modalText2
{
    width:100%;
    padding:15px 30px 0px 30px;
}
