﻿/****************************************************************************/
/*																			*/
/*																			*/
/* PAY4CALL - Stylesheet (Stucture)											*/
/*																			*/
/*																			*/
/****************************************************************************/
*
{
	margin:0px;
	padding:0px;
}
body
{
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #484848;
	font-family: verdana,tahoma,helvetica;
	font-size: 11px;
}

.banner
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
	margin-left: 0px;
	margin-top: 40px;
    height: 27px;
	background-image: url(images/bannerTopBar_bg.jpg);
	background-repeat: repeat-x;
}

div.content
{
	height:100%;
}

div.container
{
	height:100%;
}
div.signature
{
	position:absolute;	
	top: 3px;
	right: 15px;
    color: #A7A9AC;
    font-size: 90%;
}

div.projectimagelogo
{
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

div.projectimagelogo_popup
{
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

div.title
{
	float: left;
	margin-top: 12px;
	margin-left: 200px;
}

div.title_popup
{
	float: left;
	margin-top: 5px;
	margin-left: 100px;
}

div.middlecenter
{
	margin-top: 100px;
	text-align:center;
}

div.left
{
	float:left;
	display:inline;
}
div.content_popup
{

}
