h2 {
	font-weight: 700;
	font-size: 22px;
}

a {
	text-decoration: none;
	font-weight: 700;
}

.wp-payeezy-pay-wrap {
	background-color: transparent; 
	width:905px;
	padding: 20px;	
	margin: 0px;	
	text-align: left;
	border: 0px dashed #000;
}


.left-column {
	background: transparent;
	border: 0px solid green;
	margin: 0px;
	float:left;
	width:450px;
	padding:0px;
}

.left-column-first {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #333;
	color: #444;
	margin: 0px;
	float:left;
	padding: 20px;
	text-shadow: 1px 1px #FFFFFF;
	width:auto;
}

.review {
	width:440px;
	margin-top: 0px;
	float:left;	
	padding: 0px;
}

.review a {
	text-decoration:none
}

.right-column {
	background-color: transparent; 
	border: 0px solid red;
	float:right;
	margin: 0px;
	padding: 0px;
	text-align:center;
	width:400px;
}
  
.right-column-white {
	border: 1px solid #333;
	background-color: #fff;
	text-align:left;
	color: #444;
	margin-bottom: 20px;
	margin-left:auto;
    margin-right: auto;
	padding: 20px;
	text-shadow: none;
	max-width:350px;
}

.wp-payeezy-pay-wrap .button-primary {
	width:100%;
	padding:20px !important;
	font-size: 22px !important;
	height: auto;
    margin: 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.button {
	color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 #ccc;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #ccc;
    -webkit-box-sizing: border-box;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
	    }

    a:hover.button {
	
    }

p.center {
	text-align: center;
	padding-top:20px;
	margin: 10px auto;
}

.wp-payeezy-pay-wrap ul {
    list-style: initial;
    list-style-type: square;
    list-style-position: outside;
    padding-left: 20px;
}

.large {
	font-size: 130%;
}

.center {
	text-align: center;
}

.shortcode {
	text-align: center;
	font-size: 150%;
}

legend {
	text-align: center;
	font-weight: 700;
}

fieldset {
	border: 1px solid #666;
	padding:20px;
	display: block;
	margin: 10px auto;
	border-radius: 3px;
}