﻿/* Frame1 - Default.aspx */

.frame1-default
{	
}

.frame1-default-content
{
	float: left;	
	padding:10px;
	width: 555px;
	border-left: 1px solid #09c;
	border-right:1px solid #09c;
	color:#444;
}

.frame1-default-top
{
	float:left;
	margin:5px 0 0 0;
}

.frame1-default-bottom
{
	float:left;	
}

/* Frame2 - Default.aspx */

.frame2-default
{
	margin: 5px 0 0 0;	
	width: 590px;
}

.frame2-default-content
{
	float: left;	
	padding:10px;
	width: 557px;
	background-color: #ccccb2;
}

.frame2-default
{	
	width: 577px; 
}

.frame2-default-content
{
	float: left;	
	padding:10px;
	background-color: #ccccb2;
}

.frame2-default-top
{
	float:left;	
}

.frame2-default-bottom
{
	float:left;	
}
 
.lblSelect
{
	float:left;
	width: 250px;
}

.countrySelection
{
	float:left;
	margin:5px 0 0 60px;
	width: 200px;
}

.btnGo
{
	float:right;
	margin: 5px 0 0 0;
	width: 25px;
	height: 20px;	
}

/* Frame 99 - Default.aspx - white*/ 

.frame99-default
{	
	float:left;
	width: 577px;
}

.frame99-default-content
{
	float: left;	
	background-color: #ffffff;	
}

.frame99-default-top
{
	float:left;
	margin: 5px 0 0 0 ;	
}

.frame99-default-bottom
{
	float:left;
	margin: 0 0 5px 0;
}

/* Frame 3 - Default.aspx*/

.frame3-default
{	
	float:left;
	width: 577px;
}

.frame3-default-content
{
	float: left;	
	background-color: #999966;	
}

.frame3-default-top
{
	float:left;
	margin: 5px 0 0 0 ;	
}

.frame3-default-bottom
{
	float:left;
	margin: 0 0 5px 0;
}

/* Frame4 - Default.aspx */

.frame4-default
{
	display: block;
	margin:5px 0 0 0;
	/*border:1px solid #09c;*/
	padding: 3px;
}
