.print_hidden
{
	display:			none;
}
#container_right {
	display:            none;
}

form, form.form {
	margin:				0;
	padding:			0;
}
input.button {
	font-family:		"Courier New", Courier, monospace;
	font-size:			13px;
	padding:			0 2px;
	margin:				0;
    display:            none;
}

input.text, input.form {
	font-family:		"Courier New", Courier, monospace;
	font-size:			13px;
	padding:			1px 0;
	margin:				0;
    border:             none;
    border-bottom:      1px solid black;
}
textarea {
	font-family:		"Courier New", Courier, monospace;
	font-size:			13px;
	border:				1px solid #4e4e4e;
	background-color:	white;
	padding:			2px 0;
    border:             none;
    border-bottom:      1px solid black;
    overflow:           visible;
	float:				none !important;
    height:             100% !important;
}

input[type=text] {
	font-family:		"Courier New", Courier, monospace;
	font-size:			13px;
	border:				1px solid #4e4e4e;
	background-color:	white;
	padding:			2px 0;
    border:             none;
    border-bottom:      1px solid black;
}

select {
	font-family:		"Courier New", Courier, monospace;
	font-size:			13px;
	border:				1px solid #4e4e4e;
	padding:			2px 0;
    border:             none;
    border-bottom:      1px solid black;
}
#contentumFormSubmitButton {
	font-family:		"Courier New", Courier, monospace;
	font-size:			13px;
	padding:			0 2px;
	margin:				0;
}

