.title
{
	color: #008293;
}
.intStatus0
{
	display: none;
}
.intStatus1
{
	display: none;
}
.placeholder
{
	color: #aaa;
}
.pure-form-aligned .pure-control-group label.error
{
	text-align: left !Important;
	display: inline;
	margin-left: 10px;
}
#email {
    width: 250px;
}



/* 
    Styes added after removing 

    ~/assets/make-a-payment-iframe/pure/pure-min.css

    form the 
    
    '~/bundles/cssPayment' 
    
    bundle
*/

#paymentForm .pure-controls {
    /*background-color: tomato;*/
    margin-bottom: 30px;
    position: relative;
}


#paymentForm .pure-control-group {
    /*background-color: skyblue;*/
    margin-bottom: 30px;
    position: relative;
}

#paymentForm .pure-control-group #description {
    width: 400px;
}

#paymentForm .pure-control-group label.error {
    position: absolute;
    bottom: -21px;
    left: -10px;
    font-size: 14px;
    color: tomato;
}
