
body{
	background-repeat: none;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
	height: 100%;
	font: Modern;
}

a {
	color: #1F255E;
	text-decoration:none;
}

a:hover {
	color: #2B547E;
}

form fieldset {
	border: none;
}

.sup {
	vertical-align: super;
}

#top {
	color: white;
}
	
#content {
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	max-width: 900px;
	border-radius: 8px;
	
	/*font-family: 'Autour One', sans-serif;*/
	font-family: 'Quando', sans-serif;
	font-size: small;
}

#ex-info {
	background-color: lightgray;
	border-style: solid;
	border-width: 1px;
	display: none; 
	width: 470px;
	font-size: small;
	padding: 5px;
	position: absolute;
	top: 65px;
	left: 0px;
	z-index: 1100;
}

.all-block {
	display: inline-block;
}

label {
	margin-top: 10px;
	display: block;
}

input[type='text'] {
	width: 500px;
}

select {
}

textarea {
	width: 500px;
	height: 40px;
}

img {
	opacity:0.99;
}

.col {
	display: inline;
	padding: 0px 30px;
}

.error {
	color: red;
	font-size: smaller;
}

.notransparent {
	filter:alpha(opacity=100); 
	opacity:1.0;
}
