﻿body
{
   font-family: Arial, Verdana;
   font-size: 13px;
   background: #ffd454;
}
h2
{
	font-size: 20px;
    font-family: Candara, Verdana, Arial, sans-serif;
    margin: 10px 5px;
    font-weight: bold;
    color: #646464;
}
#wrapper
{
 	width: 100%;
	height: auto;
	margin: 0px auto;  
	background-color: #fff;
}
#PopupWindow
{
    width: 500px; 
    height: 466px; 
    background: url(../Images/GirlCall_bg.png) no-repeat;
}

#StatusPanel
{
    padding-top: 200px;
    position: relative;  
    padding-left: 50px; 
    width: 250px; 
    height: 100px;
    text-align: justify;
}

#MissPanel
{
    padding-top: 200px;
    position: relative;  
    padding-left: 50px; 
    width: 250px; 
    height: 100px;
    text-align: justify;
}

#NoAnswerPanel
{
    padding-top: 200px;
    position: relative;  
    padding-left: 50px; 
    width: 250px; 
    height: 100px;
    text-align: justify;
}

#CallButton
{
    width: 141px;
    height: 101px;
    background: url(../images/Buttons/default_callme.gif) no-repeat;   
}
#main
{
    width: 700px;
    margin: 50px auto 0px;   
    background: url("../Images/callGuide.jpg") no-repeat right top;
}
#CallPanel
{
     background: url(../images/callme_bg.png) no-repeat;
     height: 363px; 
     width: 320px;
     padding: 5px 20px;
}

#tbName
{

}

#tbPhone
{

}

#ddlCountry
{

}

#footer
{
 	height: 213px;
	width: 100%;
	background: url(../Images/website_footer_bg.png);
	color: #72300d;   
}

#header
{
	height: 100px;
	width: 100%;
	background: url(../Images/website_header_bg.png);
}

#logo
{
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

.ddl
{
    background: #acacac;
    border: none;
	font-family: Verdana;
	font-size: 16px;
	padding: 2px;
}