
/* ------------------------------------------------------------------------- */
/* Contact Page                                                              */
/* ------------------------------------------------------------------------- */

#layout .printAction {
	display:			none;
}

div.t-beaneditor {
	background-color:	#FFFFFF;
	border-width:		0px;
}

div.t-beaneditor-row label {
	width:				30%;
}

div.t-beaneditor-row input,
div.t-beaneditor-row select,
div.t-beaneditor-row textarea {
	width:				65%;
}

div.t-beaneditor-row textarea {
	width:				94%;
	height:				8em;
	margin-left:		10px;
}

#receiveInfo:label {
	width:				70% !important;
}

div.t-beaneditor-row #receiveInfo {
	width:				inherit;
}

div.t-beaneditor-row .t-beaneditor-submit {
	width:				100px;
	margin-right: 		4%;
	float:				right;
}

.dude {
	margin-top: 		3em;
}


/* ------------------------------------------------------------------------- */
/* Confirmation Page                                                         */
/* ------------------------------------------------------------------------- */

.message {
	white-space: 	 	pre-wrap;
	border:				1px solid silver;
	background-color: 	#DDDDDD;
	margin:				10px;
	padding:			10px;
}

.message div {
	padding-bottom:		1em;
}
