/* CSS Document */

body { 
	margin: 0em;
	padding: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
}

p {
	text-align: left;
}

span {
	background-color: inherit;
	color: #f00;
}

form {
	margin: 0em;
	padding: 0em;
}

input {
	border: none;
	background-color: transparent;
	color: #000;
	font-size: 1em;
}

#line {
	height: 7px;
	font-size: 0.1em;
	background-color: #000;
	color: #000;
}

#title {
	height: 120px;
	line-height: 120px;
	font-size: 2em;
}

#body {
	height: 55px;
	background: white url('../images/form.gif') no-repeat center center ;
	
}

#url {
	margin: 1em 0em 0em 0.8em;
	width: 470px;
}

#sub {
	width: 100px;
}

#sub:hover {
	cursor: pointer;
}

#example {
	margin: 1.5em auto 0em auto;
	width: 558px;
	text-align: left;
	font-size: 0.9em;
	background-color: transparent;
	color: #999;
}

#footer {
	clear: both;
	display: block;
	margin: 2em auto 0.5em auto;
	text-align: center;
	background-color: transparent;
	color: #999;
}

#copy {
	font-size: 0.8em;
	background-color: transparent;
	color: #999;
}

#box {
	margin: 0em auto 0em auto;
	width: 38em;
}

ul, ol {
	margin: 0em;
	padding: 0em;
	text-align: left;
}

ol {
	padding: 1em;
	list-style-position: inside;
	border: 9px solid #e1e7ff;
	background-color: #a9baff;
	color: #000;
}

ul#supported {
	margin-top: 1em;
	list-style-position: inside;
}

ul#supported li {
	height: 1.4em;
}

.list_no {
	list-style-type: none;
}

.li_left li {
	display: inline;
}

a.none {
	text-decoration: none;
}

a.about {
	background-color: transparent;
	color: #000;
}

a.footer {
	text-decoration: none;
	background-color: transparent;
	color: #999;
}

a.footer:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #000;
}

