/********************************************************************************

	Filename: 		popup.css
	Last Updated:	30/10/2009
	Author:			EURO RSCG
	
  #############################################################################
	
	TABLE OF CONTENTS	
	
	1. UNIVERSAL STYLES			[00000A]
	2. POPUP STYLES				[00000B]
	3. THANK STYLES				[00000C]
	
 
********************************************************************************/

/********************************************************************************

	1. UNIVERSAL STYLES			[00000A]

********************************************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #000000;
	color: #FFFFFF;
}

.wrapper {
	width: 530px;
	padding: 10px;
}

.clear {
	clear: both;
}

/********************************************************************************

	2. POPUP STYLES				[00000B]

********************************************************************************/

.form {
	width: 70%;
	margin: 0 auto;
	padding: 20px 0;
	display: block;
}

.label, .field {
	width: 50%;
	height: 37px;
	float: left;
}

.field {
	clear: right;
}

.field input {
	width: 90%;
}

.terms_box {
	float: left;
	width: 7%;
}

.terms{
	width: 93%;
	float: left;
	font-size: 10px;
}

.submit input {
	background: none;
	border: none;
	background-image: url(../images/btn_submit.gif);
	background-repeat: none;
	background-position: top left;
	width: 57px;
	height: 27px;
	cursor: pointer;
	margin: 20px 35px;
}

.submit input:hover {
	background-position: bottom left;
}

#ccValidator {
    position: absolute;
    display:block;
    top: 459px;
    left: 54px;
}

.terms a {
    color: #ffcc00;
    text-decoration: none;
}

.terms a:hover {
    color: white;
}

.btn_close {
    cursor: pointer;
}

/********************************************************************************

	3. THANK STYLES			[00000C]

********************************************************************************/

.thank {
	height: 100px;
}
