html, body {
	margin: 0;
	padding: 0;
}

body {
	font: normal 10pt/12pt "Trebuchet MS", Helvetica, sans-serif;
	background: url('images/gradient-lightblue2white-1x300.png') repeat-x #FFF;
}

a img {
	border: 0;
}

#content {
	margin: 10px auto;
	padding: 10px 40px;
	background: #FFF;
	width: 400px;
    border: 2px solid #85B3D1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

h1 {
	font-size: 1.3em;
	padding: 0;
	color: #1B4C69;
	margin-top: 20px;
}

h1 span.version {
	font-size: 0.9em;
	color: #CCC;
}

.result {
	font-family: monospace;
	border: 1px dashed #1B4C69;
	background: rgb(230,240,255);
	color: #1B4C69;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.result {
    color: #363636;
    background: #FBF9EE;
    border: 1px solid #FCEFA1;
}

.tip span,
.result span {
	font-weight: bold;
}

p.footer {
	text-align: center;
	font-size: 0.7em;
	line-height: 1.1em;
}

p.footer a {
	color: #666;
}

form {
	margin: 30px 0;
}

table tr th {
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
	vertical-align: top;
}

label {
	display: block;
	position: relative;
	font-weight: bold;
	margin: .2em 0;
}

label span {
	float: left;
	padding-right: 1em;
	text-align: left;
	width: 8em;
}

fieldset {
	border: none;
}

fieldset.inline {
	border: none;
	display: inline;
	padding-left: 9em;
}

fieldset.inline label {
	display: inline;
}

fieldset.inline label span {
	float: none;
}

input.button {
	margin: 1em .8em 1em 8.2em;
	padding: 5px 10px;
	display: block;
    border: 1px solid #1B4C69;
	background: url('images/gradient-white2lightblue-1x30.png') repeat-x #FFF;
	font-size: 1.1em;
	font-weight: bold;
	color: #1B4C69;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tip {
	background: url('images/dialog-information.png') #FFF no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
	margin: 3px auto 3px auto;
	border: 1px dotted rgb(230,240,255);
	font-size: 0.9em;
	color: #666;
/*	width: 80%; */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.warning {
	background: url('images/dialog-warning.png') #FFF no-repeat 5px 5px;
	color: #C66;
	border-color: #F99;
}

.warning {
    background: url('images/dialog-warning.png') #FEF1EC no-repeat 5px 5px;
    color: #CD0A0A;
    border: 1px solid #CD0A0A;
}

input.datefield {
	width: 70px;
	background: url('images/office-calendar.png') no-repeat right center;
	padding-right: 17px;
}

.sideNote {
	font-size: 0.7em;
}

select#currency {
    font-family: monaco, monospace;
}

