* { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

img { border:0;}
#container {
	width:700px;
	margin:0 auto;
}

#content {
	padding:5px;
	width:700px;
	padding:5px;
}

#chatContent {
	padding:5px;
	width:435px;
	padding:5px;
}

#chatContainer {
	width:435px;
	margin:0 auto;
}

header {
	margin-bottom:20px;
	padding:5px 5px;
}

footer {
	margin-top:15px;
	width:100px;
	margin:20px auto;
}

.chatButton {
	width:200px;
	padding:15px 10px;
	border:1px solid #ccc;
	border-radius:5px;
	box-shadow:1px 1px 2px #eee;
	display:inline-block;
	text-align:center;
	margin-right:10px;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	color:#666;
	transition:all .5s;
}

.chatButton:hover {
	box-shadow:1px 1px 5px #ccc;
	color:#555;
	border-color:#bbb;
}

.chatButton img {
	vertical-align:middle;
	margin-right:5px;
}

#hours td:first-child {
	width:150px;
	font-weight:bold;
}

#hours {
	background:#f9f9f9;
	padding:5px;
	width:320px;
	margin:0 auto;
}

fieldset {
	border:1px solid #eee;
	border-radius:5px;
	box-shadow:1px 1px 5px #f1f1f1;
	width:400px;
}

fieldset legend {
	font-size:16px;
	font-weight:bold;
	color:#666;
	background:#fff; 
}


    fieldset > legend {
        float:left;
        margin-top:-16px;
    }
    fieldset > legend + * {
        clear:both;
    }

.halfDataRow {
	display:inline-block;
	padding:6px;
	width:45.5%;
	border-radius:4px;
	border: 1px solid #d8d8d8;
	margin: 13px 0 3px 0;
	box-shadow: inset 2px 2px 4px #f1f1f1;
}

.dataRow {
	display:block;
	padding:6px;
	width:95%;
	border-radius:4px;
	border: 1px solid #d8d8d8;
	margin: 13px 0 3px 0;
	box-shadow: inset 2px 2px 4px #f1f1f1;
}

.dataRow:focus { 
    border-color: #6EA2DE;
    box-shadow: 0px 0px 4px #6EA2DE;
	outline:0;
}

.button {
	display:block;
	padding:6px;
	width:98%;
	margin: 13px 0 3px 0;
	box-shadow:1px 1px 5px #ccc;
	cursor:pointer;
	background-color:#4c8efa;
	border:0px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:18px;
	text-align:center;
}

p {
	line-height:1.6em;
}

a, a:visited {
	color:#6459c4;
	text-decoration:none;
}


#contactInfo {
	color:#666;
	margin-top:25px;
	line-height:1.6em;
}