/*
URL: payments.linkscreativealliance.com
Author: Simplexity
Version: 1.0
*/


/* *****************************************
 reset CSS defaults
***************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* *****************************************
 layout structure
***************************************** */

body {
    background: #ffffff;
    font-family: helvetica, arial, verdana, sans-serif; 
    font-size: 11px;
    line-height: 20px;
    color: #333333;
}

a {
    color: #484848;
    text-decoration: underline;
}
a:hover {
    color: #b32017;
    text-decoration: none;
}

#wrapper {
    display: block;
    position: relative;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

#wrapper .brand {
    display: block;
    position: relative;
    margin: 20px 0 30px 0;
    padding: 10px;
    overflow: hidden;
}
#wrapper .brand img {
    display: block;
    position: relative;
    float: left;
}
#wrapper .brand .tag {
    display: block;
    position: relative;
    float: left;
    height: 58px;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #cccccc;
    font-size: 20px;
    line-height: 58px;
}

#wrapper .leftCol {
    display: block;
    position: relative;
    float: left;
    width: 395px;
    padding: 40px;
    background: #f2f2f2;
}
#wrapper .leftCol .cnr-tl{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: transparent url(/common/bg_leftCol_cnr_tl.gif) center center no-repeat;
    text-indent: -9999px;
}
#wrapper .leftCol .cnr-tr{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: transparent url(/common/bg_leftCol_cnr_tr.gif) center center no-repeat;
    text-indent: -9999px;
}
#wrapper .leftCol .cnr-br{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: transparent url(/common/bg_leftCol_cnr_br.gif) center center no-repeat;
    text-indent: -9999px;
}
#wrapper .leftCol .cnr-bl{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: transparent url(/common/bg_leftCol_cnr_bl.gif) center center no-repeat;
    text-indent: -9999px;
}

#wrapper .rightCol {
    display: block;
    position: relative;
    float: right;
    width: 395px;
    padding: 40px;
    background: #ebebeb;
}
#wrapper .rightCol .cnr-tl{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: transparent url(/common/bg_rightCol_cnr_tl.gif) center center no-repeat;
    text-indent: -9999px;
}
#wrapper .rightCol .cnr-tr{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: transparent url(/common/bg_rightCol_cnr_tr.gif) center center no-repeat;
    text-indent: -9999px;
}
#wrapper .rightCol .cnr-br{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: transparent url(/common/bg_rightCol_cnr_br.gif) center center no-repeat;
    text-indent: -9999px;
}
#wrapper .rightCol .cnr-bl{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: transparent url(/common/bg_rightCol_cnr_bl.gif) center center no-repeat;
    text-indent: -9999px;
}

#wrapper h2 {
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    color: #000000;
}

#wrapper fieldset {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
#wrapper fieldset.bottom {
    margin-bottom: 0;
}
#wrapper fieldset div.line {
    clear: both;
    display: block;
    position: relative;
    margin-bottom: 6px;
    overflow: hidden;
}


#wrapper fieldset div.line input,
#wrapper fieldset div.line select {
    display: block;
    position: relative;
    float: left;
    height: 18px;
    color: #717174;
}
#wrapper fieldset div.line select {
    color: #333333;
    font-size: 11px;
    line-height: 15px;
}

#wrapper fieldset div.line label {
    display: inline-block;
    position: relative;
    padding: 2px 0 0 6px;
}

#wrapper .btnHolder {
    clear: both;
    display: block;
    position: relative;
    padding: 10px 0;
    overflow: hidden;
}
#wrapper .btnHolder #submit {
    display: block;
    position: relative;
    float: right;
    height: 36px;
    width: 136px;
    border: none;
    background: transparent url(/common/btn_submit_payment.png) 0 0 no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}
#wrapper .btnHolder #submit:hover {
    background: transparent url(/common/btn_submit_payment.png) 0 -40px no-repeat;
}
#wrapper .btnHolder #submit:active {
    background: transparent url(/common/btn_submit_payment.png) 0 -80px no-repeat;
}

#invoiceNumber {width: 160px;}
#paymentAmount {width: 120px;}

#companyName {width: 220px;}
#email {width: 200px;}
#phone{width: 120px;}

#address1 {width: 260px;}
#address2 {width: 160px;}
#city {width: 220px;}

#cardName {width: 240px;}
#cardExMonth {margin-right: 4px;}

div.error {
	padding: 10px;
	background: #F89E45;
	color: #000;
	display: block;
	margin: 0 0 10px 0;
}

div.success {
	background: #90CE75;
	padding: 10px;
	color: #000;
	display: block;
	margin: 0 0 10px 0;
}




