/* 
    Document   : redirect_paypage
    Created on : 30/Set/2009, 10:37:19
    Author     : Teodoro
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	background-color: #fff;
	text-align:center;
	min-height:468px;/* for good browsers*/
	min-width:552px;/* for good browsers*/
	font-family:Verdana;
}
h3 {
	font-family:Verdana;
}
#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 468px;
}
#inner {
/*width: 600px;*/
	background:#fff;
	height: 100px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	border:none;
}
