/* CSS Document */
#credits { text-align: right; color: white; padding: 6px 0px 0px 0px; }
#credits a { color: white; }
#credits a:hover{ color: white; text-decoration: underline; }

/* [ Payments Pages ] */
.ErrMsg{ border:1px solid #990000; background:#ffcccc; margin:10px 30px 10px 0px; padding:10px; color:#000000; font:normal 12px arial; }

.FormPair{ margin:10px 0px 0px 0px; }
.FormPair .title{ float:left; width:140px; font:normal 12px arial; line-height:25px; margin:0px 0px 3px 0px; color:#555555; }
.FormPair .title span{ color:#CC7777; }
.FormPair .field{ float:left; width:400px; margin:0px 0px 3px 0px; }

.clear{ clear:both; }
.hilited{ color:#CC7777; }
.faded{ color:#666666; }

#errorsDetails{ margin:10px 0px 0px 10px; }
#errorsDetails ul{  }
#errorsDetails ul li{ font:normal 12px arial; color:#cc0000; margin:0px 0px 4px 0px; }

.TextBox, .TextArea, .Dropdown{ font:normal 12px arial; line-height:20px; color:#222222; }
.TextBox{ height:24px; border:1px solid #b5b5b5; padding-left:5px; width:300px; }
.TextArea{ height:100px; border:1px solid #b5b5b5; padding-left:5px; width:300px; }
.Dropdown{ background:url('graphics/forms/bg-textbox.gif') -1px -1px repeat-x; height:23px; border:1px solid #b5b5b5; }
#id_submit_payment{ margin:10px 0px 0px 320px; }

.Halfbox{ width:140px !important; }

.errFld{ border:1px solid #FF0000 !important; }
.tbSmall{ width:200px !important; height:24px !important; font-size:12px; }

#id_payment_address{ height:360px; }
#id_card_type{ position:relative; top:-5px; width:230px; }
#id_cvv_desc{ position:relative; top:-30px; left:120px; color:#666666; }

#nav{ color: #fff; }
#nav a{ color: #fff; margin: 0px 2px; }
#nav a:hover{ text-decoration: underline; }

#id_cvv{ position:relative; top:-10px; margin-right:10px; }
#id_payment_methods{ position:relative; top:2px; left:10px; }
.Expiry{ width:65px !important; text-align:center; }
.Cvv{ width:45px !important; text-align:center; }
	
.formtable{ position:relative; left:-5px; margin:15px 0px 0px 0px; }
.formtable td{ border:none !important; }
.formtable td.title{ color:#7F2B74 !important; }

