html {
	background-image: url("../IMG/background_calm.png");
	padding: 50px;
}

body {
	width: 900px;
	font-family: sans-serif;
	margin: auto;
}

#header {
	float: left;
	width: 900px;
	height: 210px;
	background-color: #000;
	overflow: hidden;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#header img {
	margin: 10px;
	border: none;
}

.navBar {
	float: left;
	width: 900px;
	height: 36px;
	background-color: #90CA77;
	background: url("../IMG/nav_.png"); 
	overflow: hidden;
}

.navBar ul {
	margin: 0px;
	list-style: none;
}

.navBar li  a{
	float: left;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	padding: 8px;
}

.navBar li a:hover {
	background-color: #23CA77;
}

#sideBar {
	float: right;
	width: 199px;
	min-height: 500px;
	background-color: #E2E2E2;
	border-left: 1px inset #FF0000;
}

#content {
	float: left;
	width: 660px;
	min-height: 460px;
	background-color: #3b3b3b; 
	padding: 20px;
	color: #00FFFF;
	border-left: 0px solid #000;
}

.title {
	width: auto;
	height: 25px;
	color: #FFF;
	background-color: #9E3B33;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	text-transform: uppercase;
}

.input_md5 {
	width: 300px;
	height: 30px;
	border: none;
	border-radius: 10px;
	padding: 10px;
	font-size: 20px;
}

#content input[name=md5_hash] {
	color: #8a8a8a;
}

#content input[name=md5_hash_submit] {
	height: 50px;
	border: none;
	border-radius: 10px;
	font-size: 20px;
	padding: 10px;
	background-color: #27baba;
	color: #FFF;
	margin-left: 7px;
}

#content input[name=md5_hash_submit]:hover {
	background-color: #3ae8e8;
	cursor: pointer;
}

#submit_ {
	height: 50px;
	border: none;
	border-radius: 10px;
	font-size: 20px;
	padding: 10px;
	background-color: #27baba;
	color: #FFF;
	margin-left: 7px;
}

#submit_:hover {
	background-color: #3ae8e8;
	cursor: pointer;
}

.result {
	background-color: #27baba;
	border: none;
	border-radius: 10px;
	height: auto;
	padding: 10px;
	color: #FFF;
	margin: auto;
	width: 427px;
	margin-top: 20px;
}

#result {
	background-color: #27baba;
	border: none;
	border-radius: 10px;
	height: auto;
	padding: 10px;
	color: #FFF;
	margin: auto;
	width: 427px;
	margin-top: 20px;
}

#result a {
	color: #FFF;
}

#domain {
	width: 300px;
	height: 30px;
	border: none;
	border-radius: 10px;
	padding: 10px;
	font-size: 20px;
}

/*-------------------------------------
FORM CORE
------------------------------------------*/

form#contact fieldset {
	padding: 10px 20px 20px 20px;
	margin: 0 auto;
	border: 0;
	background-color: #fff;
	width: 290px;
	text-align: left;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-box-shadow: 0px 0px 10px #d3d3d3; 
	-webkit-box-shadow: 0px 2px 10px #d3d3d3; 
	box-shadow: 0px 0px 10px #d3d3d3; 
}

form#contact input[type="text"], input[type="url"], 
input[type="email"], input[type="tel"], textarea {
	margin: 3px 0 0 0;
	padding: 6px; 
	width: 260px; 
	font-family: arial, sans-serif; 
	font-size: 12px; 
	border: 1px solid #ccc;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
}

form#contact textarea {
	width: 275px; 
	height: 150px;
}

form#contact label {
	display: block;
	font-size: 13px;
	color: #666;
	margin-top: 10px;
	font-weight: bold;
}

form#contact label.error { 
	width: 270px;
	margin: 3px 0 0 0;
	display: block;
	color: #cf0101;                              
	font-size: 11px; 
	text-align: right;
}

form#contact .placeholder {
	color: #aaa;
}

form#contact .button {
	display: inline-block;
	position: relative;
	top: 15px;
	left: 70px;
	margin-bottom: 20px;
	padding: 5px 15px 5px 15px;
	background-color: #C4388C;
	border: none;
	color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

form#contact .button:hover {
	background-color: #7F1553;
	cursor: pointer;
}

form#contact .button:active {
	background-color: #7F1553;
	cursor: pointer;
}

.thanks {
	text-align: center;
}

#footer {
	float: left;
	width: 900px;
	height: 70px;
	overflow: hidden;
	background-color: #000;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}