/* CSS Design for the front page! */
* {
	font-family:Arial, Helvetica, sans-serif;
}
body{
	background: url(../images/front_page/bg_10x700.png) repeat-x;
	background-color:#B6B6B6;
	behavior: none;

}
#tms_logo {
	margin-left:6%;
	width:259px;
	height:71px;
	behavior: url('/iepngfix.htc'); 
}
#country_selection {
	text-align:right;
	margin-right: 10%;
	font-size:14px;
}
.btn {
	border:none;
	width: 92px;
	height:24px;
	color:white;
	font-size:14px;
	margin-left:10px;
	behavior: url('/iepngfix.htc'); 
}
.btn_publisher {
	background:url(../images/front_page/button_blue_92.png) no-repeat;
	behavior: url('/iepngfix.htc'); 

}
.register_button {
	text-align:center;
	behavior: url('/iepngfix.htc'); 
}
.btn_advertiser {
	background:url(../images/front_page/button_green_92.png) no-repeat;
	behavior: url('/iepngfix.htc'); 
}
#welcome_msg {
	margin-top:2%;
	width:50%;
	font-size:12px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}
.client_boxes {
	width:375px;
	height:394px;
	behavior: url('/iepngfix.htc'); 
}
.advertiser_empty {
	background:url(../images/front_page/adv_plate_empty.png)  top no-repeat;
	text-align:left;
}
.advertiser {
	background:url(../images/front_page/adv_plate.png)  top no-repeat;
	text-align:left;
}
#btn_center{ 
	background:url(../images/front_page/button_gray_162.png) no-repeat;
	width: 160px;
	text-align:center;
}
.publisher_empty {
	text-align:left;
	background:url(../images/front_page/pub_plate_empty.png)  top no-repeat;
}
.publisher {
	text-align:left;
	background:url(../images/front_page/pub_plate.png)  top no-repeat;
}
.box_text_publisher {
	padding:10%;
	padding-left: 18%;
	font-size:12px;
	padding-top:15.5%;
}
.box_text_advertiser {
	padding:10%;
	padding-left: 18%;
	font-size:12px;
	padding-top:15.5%;
}
#footer{
	margin-top:0%;
	font-size:12px;
	color:white;
	text-align:center;
	clear:both;
}

.textbox_advertiser {
	background-color:#889776; 
	border:1px inset #889776;
	color:white;
	height:15px;
	width:143px;
}
.textbox_publisher {
	background-color: #7890BD;
	border-left:1px inset #555555;
	border-top: 1px inset #555555;
	
	border-bottom:1px inset #efefef;
	border-right: 1px inset #efefef;
	color:white;
	height:15px;
	width:143px;

}
