body {
    text-align: left;
}

article{
	background-image: url('../img/Donate_Request_page/DonateRequest_Bkg.png');
	background-repeat:no-repeat;
	background-size:100% 100%;
	border: medium dashed #568698;
}

article header {
	text-align:center;
	margin-top:40px;
}

article header img{
	background-image: url('../img/Donate_Request_page/DonateRequestImg_Bkg.png');
	background-repeat:no-repeat;
	background-size:100% 100%;
	padding:5px 15px ;
	text-align:center;
	max-width:75%;
}

form input[type="submit"] {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
	color: #428BCA;
	font-weight:bold;
	padding-top:30px;
	padding-bottom:30px;
}

form input[type="submit"]:hover {
	text-decoration:underline;
    }
	
	
section{
	max-width:75%;
	margin:auto;
}

section p {
	margin-bottom:0px;
	margin-top:0px;
}

#submitform-con{	
	text-align:center;
	}

@media only screen and (min-width: 712px) {

	form input[type="submit"] {
		background: url('../img/Donate_Request_page/ProceedBnt_sprite.png')	0 0;
		border: medium none;
		color: rgba(0,0,0,0);
		width:393px;
		height:95px;	
	}

	form input[type="submit"]:hover {
		background: url('../img/Donate_Request_page/ProceedBnt_sprite.png') 1px 94px;
		color: rgba(0, 0, 0, 0);
	}
}

@media only screen and (min-width: 1024px) {
	
	article header img{
		padding:10px 30px ;
	}
	
	#submitform-con{	
		text-align:right;
		position:relative;
		left:10%;
	}
}
