/******************************************************************************
#                      PHP Paypal Payment Terminal v1.0
#******************************************************************************
#      Author:     Sergey Suhanov
#      Email:      admin@rxnk.com
#      Website:    http://www.rxnk.com
#
#
#      Version:    1.0
#      Copyright:  (c) 2009 - Sergey Suhanov
#
#******************************************************************************
*** MAIN STYLES ****/
BODY
{
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	color: #030782;
}
.wrapper
{
	padding: 15px;
	margin-top: 20px;
}
H1
{
	font-size: 18px;
}
.error
{
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #F30;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #F30;
}
#form-content
{
	width: 320px;
	margin: 0 auto;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#form-content LABEL
{
	color: #031D2A;
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 70px;
}
#form-content INPUT
{
	width: 220px;
	float: right;
}
#form-content SELECT
{
	width: 225px;
	float: right;
}
#form-content P
{
	padding: 0;
}
#form-content .clear
{
	clear: both;
}
.text-paypal
{
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #031D2A;
	font-weight: bold;
	padding: 5px;
}
#paypal-form
{
	border: 10px double #4B5AA4;
	margin-left: 50px;
	width: 750px;
	text-align: center;
	height: auto;
	background-color: #FAFAFA;
}
/**** PROCESSING PAGE (REDIRECTION) ****/
.wait_msg
{
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.submitProcessing
{
	float: none;
}
/**** THANK YOU PAGE ****/
.success
{
	font-size: 16px;
	color: #06C;
	font-weight: bold;
}
#form-content .cancelled
{
	font-size: 16px;
	color: #F30;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}
#form-content A
{
	color: #00689B;
}
