/*This is the css for the Convertor page.*/

#outer {
	color: #ffffff;
	width: 420px;
	margin: 0 10px 20px;
	background: #0033ff;
	margin-left: auto;
	margin-right: auto;
}

#outer a, #outer a:visited {
	color: #ffffff;
}

#outer a:hover {
	color: #999999;
}


#inner {
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	background: #000066;
}

#inner p, #outer p {
	text-align: center;
	margin-bottom: 6px;
}

#inner p.header, #outer p.header {
	font-size: 16px;
}

#inner .inputs {
	text-align: left;
}

form {
	margin-top: 0;
}

fieldset {
	border: 0;
	padding: 10px 5px;
	text-align: center;
}

fieldset label {
	float: left;
	display: inline;
	width: 45px;
	text-align: left;
	margin: 3px 5px 8px;
	padding-left: 13px;
}

fieldset i {
	margin-top: 3px;
	font-style: normal;
	float: left;
}

fieldset input, select {
	margin-right: 10px;
	width: 155px;
	float: left;
}

#calc {
	margin: 10px 0;
	background: #000066;
	border-style: solid;
	border-color: #ffffff #333333 #333333 #ffffff;
    border-width: 1px 2px 2px 1px;
	color: #ffffff;
	float: none;
}

fieldset br {
	clear: both;
}