#paypalpro-form{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: #e5e5e7 #e5e5e7 #e5e5e7;
    border-image: none;
    border-style: solid solid solid;
    border-width: 1px 1px 1px;
    padding: 30px 40px;
    margin-bottom: 20px;
}

.paypalpro-cart-title{
	display: block;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    margin: 0px 0px 10px 0px;
    padding: 0;
    width: 100%;
}

.red-star{
	color: #FF0000;
}

.form-row{
	padding: 10px 0px;
}

.form-row label{
	float: left;
    min-width: 180px;
    font-size: 95%;
    font-weight: 700;
    line-height: 100%;
    line-height: 44px;
}

.paypalpro-input{
	border: 2px solid #e9e9e9 !important;
    border-radius: 3px !important;
    height: 40px !important;
    padding: 0 10px !important;
    min-width: 50px !important;
}

.card-number-pro{
	width: 300px;
}

.paypalpro-select {
    border: 2px solid #e9e9e9;
    border-radius: 3px;
    height: 40px;
    min-width: 50px;
    padding: 0 10px;
}

.payment-errors{
	font-size: 20px;
    font-weight: bold;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #FF0000;
}

#paypalpro-checkout{
    width: 150px;
}

.paypalpro-loading{
    width: 100%;
    text-align: center;
    background-color: #ffffff;
}

.paypalpro-loading img{
    height: 70px;
}

.card_cvc_pro, .card-expiry-month-pro, .card-expiry-year-pro{
    width: 80px !important;
}