/* --------------------------------------------------------------

   form elements

-------------------------------------------------------------- */

.red {
	color:#ff0000;
}
.divider {
	border-bottom:1px solid #cecece;
	margin:15px 0;
	clear:both;
}
.icon_warning {
	background:transparent url(../assets/img/payment/exclamation.png) left no-repeat;
	padding:4px;
	padding-left:20px;
}
form#form_paypal .submit {
	cursor:pointer;
}
p.footer {
	font-size:.9em;
}
form#form_paypal form#form_paypal_rec input#input_amount input#input_amount_rec {
	width:50px;
	font-size:1em;
	padding:3px;
}
form#form_paypal_rec .submit {
	cursor:pointer;
}
input.password:hover, input.text:hover, textarea:hover {
	border-color:#BBBBBB;
}
input.text, select {
	font-size:16px;
	width:100px;
}
input.text, select {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #DDDDDD;
	padding:2px;
}
label {
	display:inline-block;
	float:none;
	width:200px;
	font-family:Georgia;
	font-size:10pt;
}
