/* Start of CMSMS style sheet 'dpspaymentform' */
table.dpspaymentform {
	margin-top: -1.5em; /* overcomes some hidden elements that Form Builder injects in table cells */
	font-size: 1.1em;
}

table.dpspaymentform td {
	padding: 2px;
	margin-right: 1em;
	margin-left: 1em;
}

table.dpspaymentform input {
	width: 200px;
}

table.dpspaymentform textarea {
	width: 206px;
}


table.dpspaymentform input:focus, table.dpspaymentform textarea:focus {
	
}

table.dpspaymentform input:hover, table.dpspaymentform textarea:hover {
	background-color: #f9f9f9;
}

table.dpspaymentform input.fbsubmit {
	background-color: #e3f6fd;
	border: 1px solid #7eb5dc;
	font-weight: bold;
	padding: 3px;
	width: 100px;
	text-align: center;
}

table.dpspaymentform  td.label {
	text-align: right;
}

iframe {
	border: none;
}
/* End of 'dpspaymentform' */

