/*********** index ************/
body {
	background-color: #fff;
	color: #ddd;
}

#main {
	margin-top: 80px;
}

#splash {
	width: 400px;
	height: 400px;
	margin-top: 0px;
}

#orderDiv {
	height: 100px;
	width: 100px;
	display: none;
	cursor: pointer;
}
#alertDiv {
	height: 100px;
	width: 100px;
	display: none;
	cursor: pointer;
}

#home {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
#home img {
	border: none;
}

/********** order ************/
#orderMessage {
	margin-top: 200px;
	text-align: center;
}
#orderForm {
	margin-top: 25px;
	text-align: center;
}
#orderForm img {
	border: none;
}
#orderForm input {
	border: 1px solid #ddd;
}

#orderForm {
}

#unavailableMessage {
	margin-top: 25px;
	margin-right: 81px;
	text-align: center;
	display: none;
}

#availableMessage {
	margin-top: 25px;
	text-align: center;
	display: none;
}

/********** alert ************/
#alertMessage {
	margin-top: 200px;
	text-align: center;
}

#alertForm {
	margin-left: 20px;
	margin-top: 15px;
}

#alertForm img {
	margin-bottom: 8px;
	border: none;
}

#alertForm input {
	border: 1px solid #ddd;
	width: 200px;
}
#alertForm textarea {
	border: 1px solid #ddd;
}

#sentMessage {
	margin-top: 25px;
	text-align: center;
	display: none;
}

#sendingMessage {
	margin-top: -20px;
	display: none;
	text-align: center;
}

#orderSubmit {
	cursor: pointer;
	cursor: hand;
}

textarea {
	color: #999;
}

input {
	color: #999;
}
