@import url('reset2.css');
@import url('grids.css');

body {
	background: #e6e7e9;
	font: 12pt "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.chatbox {
	background-color: #fff;
	border: 1px solid #016b81;
	height: 40ex;
	margin: 2px;
	margin-bottom: 6px;
	padding: 15px;
	width: 460px;
	overflow-y: auto;
	overflow-x: hidden;
}

.chatbox strong > *{
	clear: both;
}

#response {
	height: 37ex;
}

.page {
	margin: auto;
	padding: 15px;
	position: relative;
	width: 500px;
}

.body {
	clear: both;
	overflow: auto;
}

.foot {
	clear: both;
}

#startpopup {
	background-color: #ddd;
	border: 1px solid #ccc;
	margin: 2px;
	padding: 3px;
	position: fixed;
	right: 2px;

	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* objects */
.box {
	border: 1px solid #000;
	float: left;
	height: 100px;
	margin: 2px;
	padding: 3px;
	width: 310px;
}
.box .claim a {
	background-color: #ccc;
	border: 1px solid #aaa;	
	display: inline;
	float: right;
	padding: 2px;	 

}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.message {
	margin-bottom: 15px;
}


.client .message-agent0 {  /* Client */
	color: #9c9c9c;
}

.client .message-agent1 { /* Agent */
	color: #0b7279;
}

.agent .message-agent0 {  /* Client */
	color: #d02615;
}

.agent .message-agent1 { /* Agent */
	color: #9c9c9c;
}


/* Misc elements */
input, select {
	border: 1px solid #016b81;
	font-size: 12pt;
}
input[type=image]{
	border: 0;
}

.button-startchat, .button-login {
	float: right;
}
.button-startchat:after {
	clear: both;
}

form {
	margin-bottom: 20px;
	overflow: auto;
}

#text {
	border: 1px solid #016b81;
	height: 75px;
	margin: 2px;
	width: 380px;
}

#closebutton {
	float: right;
	position: absolute;
	top: 60px;
	right: 19px;
}

#sendbutton {
	position: relative;
	bottom: 3px;
}

.waiting {
	margin-top: 70px;
	text-align: center;
}

.login label {
	clear: both;
	display: block;
	margin-top: 20px;
}

.login input[type=text], .login input[type=password] {
	width: 300px;
}

.aq-validate-message {
	color: #cd0e13;
	font-size: 10pt;
}
