@charset "utf-8";
/* CSS Document */

.paraHead {
	font-family: Calibri, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999;
	text-transform: capitalize;	
	}
.paraContent {
	font-family: Calibri, Verdana;
	font-size: 12px;
	letter-spacing: 10em;
}
#bodyContent {
	background-image: url(web_web.jpg);
	position: absolute;
	left: 25%;
	top: 15%;
	background-repeat: no-repeat;
	right: 10%;
	bottom: 10%;
}

#menu{
	position: relative;
	left: 10%;
	top: 60%;
}
#bottomText {
	font-family: Calibri, Verdana;
	font-size: 12px;
	color: #999;
	bottom: 10%;
	top: 85%;
	position: absolute;
	left: 10px;
}

.webplan {
	font-family: Calibri, Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #090;
}


.textbox {
	font-family: Calibri, Verdana;
	font-size: 12px;
	font-style: normal;
	color: #CCC;
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: #CCC;
}
.submitButton {
	font-family: Calibri, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #09C;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #000;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #000;
}
