/*************************/
/*    Misc styles        */

.clear { clear: both; }
.highlight { color: #CC4433; font-weight: bold; }
.left { text-align: left;}
.float-left { float: left; }
.float-right { float: right; }
	
/**************************/
/*     Page styles        */

/* Header */
#header-wrap {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	background: url(../images/pricing_logo.png) no-repeat 100px 5px;
	margin: 0;
	padding: 0;
	}	
	#header {
		width: 780px;
		margin: 0 auto;
		padding: 25px 0 0 0;
		height: 40px;
		}
		#header h1 {
			text-indent: -9999px;
			float: left;
			padding: 0;
			margin: 0;
		}
		#header h2 {
			margin: 0;
			padding: 0;
			display: inline;
			border: none;
			color: #000000;
			}
			#header h2 span {
				color: #CC4433;
				font-size: 22px;
				font-weight: bold;
			}

/* Content */
#page-wrap {
	width: 780px;
	margin: 0 auto;
	}
	#content {
			text-align: left;
		}
		#process {
			margin: 30px 0 40px 0;
			}
			#process h2 {
				margin: 0;
				padding: 0;
				display: inline;
				color: #999999;
				border: none;
				}
				#process .current-step {
					color: #445566;
				}
			h4 span {
				color: #445566;
				font-size: 16px;
				font-weight: bold;
			}

/********************/			
/* Payment form    */

.my-form{
	width:400px;
	padding-bottom:14px;
	margin-bottom: 30px;
}
span.required { 
	font-weight: bold;  
	color: red;
	font-size:18px;
	padding: 10px 10px 10px 10px;
	/* float: left; */
}

#info-form{
	
	}
	#info-form h3 {
		margin: 15px 0 15px 0;
	}
	#info-form p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#info-form label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
		}
		#info-form label.recipt-field {
			float:left;
			text-align: left;
			font-size:12px;
			font-weight: normal;
			padding:4px 4px;
			padding-top: 0;
			width:200px;
			margin:2px 0 20px 10px;
		}
	#info-form .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#info-form input,
	#info-form select {
		float:left;
		text-align: left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #999999;
		width:200px;
		margin:2px 0 20px 10px;
	}
	#info-form select {
		width: 205px;
	}
	#info-form button{
		clear:both;
		margin-left:150px;
	}
	
/* Paypal Payment Form */
table.paypal-form {
	margin: 0 0 25px 10px;
	}
	table.paypal-form tr td {
		padding: 0 5px 5px 0;
	}
	table.paypal-form tr td.label {
		padding: 15px 0 5px 0;
	}
		
/* Button styles */
form #submit {
	height: 27px;
	background: url(../images/submit.png) no-repeat top left;
	margin-top: 0px;
	width: 91px;
	border: none;
	margin-right: 6px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	padding-bottom: 3px;
}
a.button, a.button-color, a.button-header, .button {
	background: url('../images/button.png') no-repeat scroll top left; 
	float: left;
	height: 27px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 200px;
	}
	#header a.button {
		float: right;
	}
a.button span, a.button-color span, a.button-header span  {
	background: url('../images/button.png') no-repeat scroll top right; 
	float: left;
	height: 22px;
	position: relative;
	left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	cursor: pointer;
}
	
/* Footer */
