form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;	font-size:.95em;
	vertical-align: baseline;
	background: transparent;
} 

/* General */

form {	font-size:.95em;
	width:100%;
	text-align:left;
	margin:1em auto
}

/* Elements */

form  label,form legend{
	padding:0;
	margin:0.3em 0
}

form legend {
	font-variant:small-caps;
	font-size: 16px;
	font-weight: bold;
	color: #1C254C;
}

form fieldset{
	padding:0.7em;
	border:1px solid #222C4C;
	margin:0 0 0.5em 0
}

form label {
    font-weight:bold
}

form fieldset input {
	width:70%;
	line-height:1.5em;
	padding:0.15em
}
#five_letters_code    {
	width: 31% !important;
	color: #4F6CF9;
}


form input, form textarea, form select {
	display:block;
	margin-bottom:1em;	font-size:.95em;
	border:1px solid #666;
	padding:0.15em;
	margin-right:1em;
	width: 98%;
	color: #666;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 }

form input:focus, form textarea:focus {
	background-color:#D7E0F9
}

/* Button */

form button {
	margin:0.3em 0;
	border:1px solid #666;
	background-color:#eee;	font-size:.95em;
	cursor:pointer;
	padding:0.5em
}

form button:hover {
	background-color:#D7E0F9;
	border:1px solid #c6d880;
	color:#5E7BF9
}

form button:active {
	background-color:#333;
	color:white;
	border:1px solid #000
}

/* information */

form .formInfo {
    margin-bottom:1em;
    padding-bottom:0.5em;
}

form .formInfo h2 {
	color:#20284A;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:1em
}

form .formInfo p{
	text-align:justify
}

form .required {
	color:#FD6404;
	font-weight:bold;
	font-size:0.8em
}

input[type="hidden"] {
 	display:none;
}
