/*

<summary>
CDON Ms Green - styles.css
</summary>
<author>Dan Nilsson</author>
<copyright>Incordia AB 2007-2008, all rights reserved</copyright>

*/


/* ---< ms-green >--- */

div#msgreen a {
	color: #0080a3;
}

div#msgreen_top,
div#msgreen_bottom {
	border-left: 1px solid #42a600;
	border-right: 1px solid #42a600;
}

div#msgreen_top {
	height: 101px;
	background: url('msgreen-top.jpg') 0 -40px;
}

div#msgreen_top p {
	margin: 0;
	padding-top: 10px;
	padding-left: 13px;
	width: 75px;
}

div#msgreen_bottom {
	height: 111px;
	background: url('msgreen-bottom.jpg');
	border-bottom: 1px solid #42a600;
	margin-bottom: 10px;
}

div#msgreen_bottom span#text {
	color: #fff;
	font-weight: bold;
	margin-left: 20px;
}

div#msgreen_bottom textarea#msgreen_inputfield {
	width: 165px;
	height: 45px;
	background: #fff;
	color: #000;
	font-weight: normal;
	margin-left: 20px;	
}

div#msgreen_bottom img#msgreen_submitbutton {
	margin-left: 50px;
	margin-top: 4px;
}
	
div#answerBox {	
	padding-top: 5px;
	background: url('msgreen_answerbox_top.gif') top no-repeat;
}
	
div#humanySiteAssistant {
	/* height: 300px; */
	border-left: 1px solid #4aaa00;
	border-right: 1px solid #4aaa00;
}

div#humanySiteAssistant div.answer {
	padding: 10px;
	padding-bottom: 5px;
}

div#humanySiteAssistant .server,
div#humanySiteAssistant .client,
div#humanySiteAssistant p {
	margin: 10px;
}
	
div#humanySiteAssistant .client,
div#humanySiteAssistant .server {
	border: 1px dotted #333;
	padding: 3px;

	color: #fff;
	background: #4aaa00;
}

div#humanySiteAssistant .server {
	background: #fff;
	color: #333;
}

/* ---</ ms-green >--- */

