﻿/* Forms */
form > table {
	/*background-color: #CCFFFF;*/
}

form > table th {
	text-align: right;
	font-weight: normal;
	/*background-color: #fc2;*/
}

form > table th .en {
	font-size: 10px;
}

form > table td {
	padding-left: 5px;
	/*background-color: #FFCCFF;*/
}

form .buttons {
	padding: 10px 0;
	text-align: center;
}

input.short {
	width:120px;
}

input.medium {
	width:200px;
}

input.long, textarea.long {
	width:380px;
}

input.password {
	width:120px;
}

form p.error {
	margin: 0 0 5px 0;
	padding: 2px 0.5em;
	background-color: #C00;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

form p.note {
	margin: 0;
	font-size: 12px;
	color: #666;
}

textarea {
	font-size: 100%;
}
