@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,400italic);
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans';
}

a {
	text-decoration: none;
}

div#header {
	width: 100%;
	height: 40px;
	background-color: #FFF;
	margin: 0 auto;
}
div#grad {
	width: 100%;
	height: 700px;
	background-color: lightgrey;
	margin: 0 auto;
	float:top;
	text-align: center;
	-webkit-box-shadow: inset 0px -4px 3px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: inset 0px -4px 3px 0px rgba(0,0,0,0.17);
	box-shadow: inset 0px -4px 3px 0px rgba(0,0,0,0.17);
}
p#shadowtop {
	-webkit-box-shadow: inset 0px 4px 3px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: inset 0px 4px 3px 0px rgba(0,0,0,0.17);
	box-shadow: inset 0px 4px 3px 0px rgba(0,0,0,0.17);
}

div#footer {
	width: 100%;
	height: 30px;
	background-color: #FFF;
	margin: 0px 0px 0px 0px;
	float: top;
	text-align: center;
	padding-top: 30px;
	border: true;
}
div#footertext {
	font-size: small;
	position: relative;
	top: -15px;

}
#chatlogin {
	float:top;
	margin: 10px auto;
	width: 95%;
	height: 175px;
	padding-top:10px;	
	background-color: #fff;
	border-radius: 5px;
	color:#000;
	text-align: left;
}

#input  {
	padding-left: 10px;

}
.logo {
	float: top;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
}

.logo a{
	font-size: 1.3em;
	color: #2c3e50;
	position: relative;
	top: -9px;
}

.logo a span{
	font-weight: 300em;
	
}

.mid {
	width: 30%;
	height: 90%;
	float: top;
	text-align: center;
	margin: 10px auto;
	padding-top: 20px;
	vertical-align: center;
	background-color:#4d4d4d;
	color:#fff;
}

 input {	
	border-radius: 1px;
	font: 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 10px 0 10px 0;
	width: 90%;
	line-height: 1.8em;
	font-weight: bold;
	padding: 5px 0 5px 10px
	}
textarea {
	border-radius: 5px;
	font: 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px 0 20px 0;
	height: 40px;
	width: 92%;
	vertical-align: text-bottom;
	text-align:bottom;
	border: 1px;
	text-indent: 10px;
	padding: 10px 0 0 0;
}
.chatlog {
max-height: 250px;
}

.chatcontainer {
	margin: 0px 0px 15px 0px;
	width: 92%;
	height: 420px;
	padding-top:10px;	
	background-color: #fff;
	border-radius: 5px;
	color:#000;
	text-align: left;
	overflow:auto;
	text-indent: 10px;
	position: relative;
	left: 50%;
	right: 50%;
	transform: translatex(-50%);
}
	
input[type=submit] {
    display: block;
    background: #8cc63e;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    width: 95%;
	background: #4091CA;
}
.chatbuttons .chatdiscon{
    background: #8cc63e;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin: 0px 15px 0px 0px;
    text-decoration: none;
	float:right;
    width: 30%;
	background: #4091CA;
}

.chatbuttons .chatsend{
    background: #8cc63e;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin: 0px 0px 0px 15px;
    text-decoration: none;
	float:left;
    width: 20%;
	background: #4091CA;
}
p.chatstatus  {
	position: relative;
	top:-70px;
	font-size: 1em:
	color: #fff;
	}
p.chatstatus .chatstatus {
color:#4091CA;
}

#chatcontainer {
overflow-y: scroll;
}
span#chatstatus* {
color:blue;
}