/*
 * index.php styles
 */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Tahoma, Helvetica;
	color: #43467B;
}

#main {
	margin: 80px auto 0;
	width: 1070px;
}

#blksx {
	float: left;
}
#blksx img {
	height: 400px;
	box-shadow: 10px 10px 5px #888888;
}

#blkdx {
	margin: 40px 0 0 40px;
	float: left;
}

#intro {
	margin-bottom: 90px;
}

#intro h3 {
	font-size: 16px;
	color: red;
	font-weight: bold;
	margin: 15px 0 5px;
}

#intro p {
	font-weight: bold;
}

#sitename {
	display: none;
}

#credentials {
	float: left;
	text-align: right;
}

#credentials input {
	margin-bottom: 10px;
	padding: 6px;
}

.button {
	background: transparent url('images/bgButtonBlue.png') repeat-x;
	font-weight: bold;
	color: white;
	border-radius: 5px;
}