/* Global Style */
/*h1, h2, h3, h4, h5, h6 { font-family:Helvetica, Arial, sans-serif;font-weight:normal;color:#004c8e;}
h1{margin-top:0.0em;margin-bottom:2px;font-size:1.75em;}
h2{margin-bottom:0.4em;font-size:1.5em;}
h3{margin-bottom:0.65em;font-size:1.25em;}


a, a:hover, a:link  {
	outline-style:none;
}

a {
	color: #004A8B;
	text-decoration: none;
}

a:hover {
	color: #148ED9;
	text-decoration: none;
}

form  {
	margin:0;
	padding:0;
	width: 580px;
}

fieldset {
	margin:0em 0em 1.5em 0em;
	padding:1.4em;
	border:none;
}

legend {
	font-weight:bold;
	font-size:1.2em;
	display: none;
}

img {
	border:0;
}

table {
	width: 100%;
}

table th {
	text-align: left;
}*/

/* Content form style */

/*input {
	width: 200px;
	padding: 4px;
	margin: 0.25em 0.25em 0.25em 0em;
	border: 1px solid #7F9DB9;
	background: #FFFFFF;
}

* html input {
    width: auto;
	margin: 0.25em 0.25em 0.25em 0em;
	padding: 4px;
    float: left;
}


input[type=submit],
input[type=button],
input[type=reset],
input.submit,
input.button,
input.reset {
	width: auto;
	margin: 0.25em 0.25em 0.25em 0em;
	padding: 4px 10px 4px 10px;
}

input[type=checkbox],
input[type=checkbox]:focus,
input[type=radio],
input[type=radio]:focus,
input.checkbox,
input.radio {
	width: auto;
	margin: 0.25em 0.25em 0.25em 0em;
	padding: 4px 15px 4px 15px;
    float: left;
    border: 0;
}

select {
	width:210px;
	margin: 0.25em 0.25em 0.25em 0em;
	padding: 4px 4px 4px 4px;
	border: 1px solid #7F9DB9;
	background: #FFFFFF;
}

textarea {
	width: 200px;
	margin: 0.25em 0.25em 0.25em 0em;
	padding: 4px;
	font-size: 1.0em;
	height: 60px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	border: 1px solid #7F9DB9;
	background: #FFFFFF;
}

input:focus,
select:focus,
textarea:focus {
	border: 1px solid #3B81BF;
	background: #FFFFFF;
}*/