/* Styles for the forms */

.paymentform {
	width: 100%;
	border-top: 1px solid #ccc;
	font-size: small;
	border-collapse: collapse;
	margin-top: 15px;
}

.uploadfield {
	width: 350px;	
}


#id_email-text {
	width: 40em;	
	height: 60em;
}

#id_mce{
	width: 60em;
	height: 40em;
}


#paymentlist {
	display: none;
}

	.paymentform th {
		padding: 8px;
		padding-left: 4px;
		text-align: center;
		background: #eee;
	}
	
	.paymentform td {
		padding: 4px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;;
	}
	
		.paymentform .number {
			text-align: left;
		}
		
			.paymentform .number select {
				margin-top: 8px;
				margin-left: 28px;
				background: white !important;
			}
	
		.paymentform .payment {
			width: 70px;
		}

			.paymentform .payment-cell {
			}
			
		.paymentform .percentage {
			text-align: center;
			width: 80px;
		}

			.paymentform .percentage-cell {
			}
		
		.paymentform .dates {
			width: 150px;
		}

			.paymentform .dates-cell {
			}
			
				.paymentform .dates-cell input {
					width: 130px;
				}
		
		.paymentform .notes {
			width: 205px;
		}
		
			.paymentform .notes-cell input {
				width: 210px;
			}
	
	.paymentform tr {
	}
	
	.paymentform input, .paymentform select {
		border-bottom: 1px solid #b7b7b7;
		background: transparent;
	}

#overwrite_email_check {
	width: 15px;
}

#login-box{
	width: 445px;
}


.inputform input, .inputform select, 
.inputform textarea {
	border: 1px solid #b7b7b7;
	margin: 0px;
	padding: 0px;
	background: transparent;
	width: 330px;
}

/*
.inputform select {
	background: white !important;
}
*/

.inputform select {
	border: 1px solid #b7b7b7;
}

/*
.inputform textarea {
	border: 1px solid #b7b7b7;
	padding: 3px;
}
*/

.inputform th {
	text-align: right;
	padding: 8px;
	padding-right: 20px;
	font-size: small;
	vertical-align: top;
}

.inputform td {
	vertical-align: top;
	padding: 8px;
}

.inputform tr {
}

.submitform .submitcell, .inputform .submitcell {
	text-align: right;
}

.submitform .submitcell input, .inputform .submitcell input {
	width: 100px;
	background: #f0f0f0;
	height: 26px;
	border: 3px double #b7b7b7;
}

.submitform {
	margin-top: 20px;
	width: 100%;
}

.inputform .errorlist {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: small;
	color: red;
}

.inputform .date-field {
	width: 310px !important;
}

.login {
	padding: 40px !important;
}

.comment input {
	width: 450px;
}

.comment textarea {
	width: 442px;
}

.inputfield {
	width: 12px !important;
	height: 12px;
}
