/* CSS Document */

#js {
	color: #000000;
	background-color: #f9f9f0;
	padding: 5px;
	/*width: 50%;*/
	margin-top: 20px;
	border: 2px solid #FF9900;
	margin-bottom: 20px;
	height: auto;
	vertical-align: middle;
}
#js #foto {
	height: 100%;
	width: 321px;
	text-align: center;
	background-color: #f9f9f0;
	float: left;
	clear: right;
	margin: 3px;
}

#js a {
	color: #000000;
	text-decoration: none;
	background-color: ff9900;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #006600;
	border-left-color: #009900;
}
body {
	background-color: #f9f9f0;
}
#js a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #ff9900;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
#js textarea {
	background-color: #E5FAA0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
#js input {
	background-color: #E5FAA0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}

