input {
	background-color : #1E507D;
	border : 3px outset #246197;
	cursor : pointer;
	color: #FFC891;
	font-family : Arial, sans-serif;
	font-size : 9pt;
	text-decoration : none;
	font-weight : bold;
}
input.text {
	background-color : #1E507D;
	color: #6AE1FF;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11pt;
	text-decoration : none;
	font-weight : normal;
	border : 1px solid #6AE1FF;
}
textarea.text {
	background-color : #1E507D;
	color: #6AE1FF;
	font-family : Verdana, Arial, sans-serif;
	font-size : 11pt;
	text-decoration : none;
	font-weight : normal;
	border : 1px solid #6AE1FF;
}
#sender_name {
	width : 154px;
}
#sender_mail {
	width : 226px;
}
#mail_subject {
	width : 520px;
}
#mail_body {
	width : 520px;
}
table.mail_sended {
	border : 2px solid #4EA4D1;
}
table.mail_sended p {
	text-indent : 0pt;
	margin : 2px 2px 2px 2px;
	padding : 8px 8px 8px 8px;
}
p.mail_head {
	color: #0C2236;
	background-color: #4EA4D1;
	margin : 2px 2px 2px 2px;
	padding : 6px 6px 6px 6px;
	border : 1px solid #4EA4D1;
}
table.note {
	background-color: #1E4E79;
	border : 1px solid #4EA4D1;
}
div.pages {
	text-align : center;
}
div.pages a {
	color: #FFC891;
	font-family : Arial, sans-serif;
	text-decoration : none;
	font-weight : bold;
}
div.pages a:hover{
	text-decoration : none;
	color: #FFDFBF;
}