@charset "utf-8";

body {
	background:#e9e9e9;
}

#logo {
	height: 60px;
	width: 60px;
	float: left;
	background-repeat: no-repeat;
	margin: 20px;
}
#title {
	vertical-align: middle;
	float: left;
	margin-top: 35px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}

#FormWrap {
	background-color: #FFF;
	width: 720px;
	margin-top: 30px;
	margin-left: 30px;
	border: 1px solid #F1f1;
	-moz-border-radius: 20px;
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 2px 2px 5px #999;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}
#footerMenu {
	font-size: 12px;
	float: left;
	margin-top: 25px;
	margin-left: 30px;
}
#copyright {
	font-size: 10px;
	float: right;
	margin-top: 25px;
	margin-right: 30px;
}
#Footer {
	height: 82px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/footer.jpg);
	margin-top: 25px;
}




#mainWrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


#FormWrap #form {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	width: 720px;
}

#form .row {
	border-bottom: 1px dotted #eee;
	line-height: 38px;
	display: block;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;
	overflow: auto;
	width:100%;
}

#form .row .label {
	font-size: 16px;
	font-weight: bold;
	width: 180px;
	text-align: right;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}

#form .row .input {
	float: left;
	margin-right: 10px;
	width: auto;
}

.detail {
	width: 260px;
	font-size: 20px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	margin: 0px;
	display: block;
	border-radius:5px 5px 5px 5px;
	background:#e9e9e9;
	border:1px solid #CCC;
	
	
	}
	
.detail:focus {
	background-color:#FFF;
	border:1px solid #999;
	outline:none
	}	
	
.mess:focus {
	background-color:#FFF;
	border:1px solid #999;
	outline:none
	}
	
		
.mess {
	width: 450px;
	max-width: 450px;
	height: 280px;
	overflow: auto;
	font-size: 20px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	line-height: 1em;
	margin: 0px;
	display: block;
	border-radius:5px 5px 5px 5px;
	background:#e9e9e9;
	border:1px solid #CCC;
	}
	
#form .row .context {
	font-size: 11px;
	font-style: italic;
	color: #999;
	line-height: 14px;
	width: 200px;
	float: left;
}

#form #submit {
	margin-top: 25px;
	margin-left: 200px;
	font-size: 16px;
	color: #000;
	text-shadow: 1px 1px 1px #999;
	padding: 10px;
}
span.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(../images/x.png);
	display: block;
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 25px;
	}
	
#FormWrap h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #06C;
	padding-left: 35px;
	text-shadow: 1px 1px 1px #0066FF
	}
	
#Header {
	height: 150px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/headerimg.jpg);
}

body p {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#navBar {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.gen {
	margin-left: 30px;
}
#location {
	width: 740px;
	margin-top: 25px;
	margin-left: 30px;
}
#header {
	background-image: url(../../images/headerimg.jpg);
	height: 100px;
	width: 960px;
	background-repeat: no-repeat;
}
#footermenu {
	clear: both;
	float: left;
	width: 650px;
	padding-top: 20px;
	padding-left: 10px;
}

#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	display: block;
	background-image: url(../../images/footer.jpg);
	height: 75px;
	clear: both;
	margin-top: 20px;
}
#author {
	float: right;
	width: 250px;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 12px;
	text-align: right;
}
