
/*
	The "div div" is there to give a higher "specifity" to the definitions.
	If you have problems with the styling, remove them and try something else.

*/

div div div#cngForm {
	border: 1px solid #222;
	background: #555;
	padding: 0;
	margin: 0;
	width: 258px;
	color: #eee;
}

div div div#cngForm form {
	padding: 0;
	margin: 0;
	overflow: hidden;
}


div div div#cngForm label {
	border: none;
	padding: 0;
	margin: 0;
}

div div div#cngForm p#cngTitle, div div div#cngForm p#cngSubmitfield {
	text-align: center;
	overflow: hidden;
	padding: 0;
	margin: 0;
	height: 16px;
}

div div div#cngForm p#cngTitle {
	background: top left repeat-x url('./img/blank1.png');
}

div div div#cngForm p#cngSubmitfield {
	background: top left repeat-x url('./img/blank3.png');
}

div div div#cngForm p.cngInputfield, div div div#cngForm p#cngTextareafield {
	border-bottom: 1px solid #222;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div div div#cngForm p.cngInputfield {
	text-align: right;
	background: #444;
}

div div div#cngForm #cngSendButton {
	background: top left repeat-x url('./img/blank3.png');
}


div div div#cngForm #cngSendButton:hover {
	background: top left repeat-x url('./img/blank4.png');
}

div div div#cngForm p.cngInputfield img {
	display: block;
	float: left;
	background: top left repeat-x url('./img/blank2.png');
}

div div div#cngForm p.cngInputfield input {
	border: 1px solid #444;
	background: #444;
	color: #eee;
	height: 15px;
	width: 201px;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	display: block;
	float: right;
	margin: 0;
	padding: 0px;
}

div div div#cngForm p#cngTextareafield textarea {
	border: 1px solid #555;
	padding: 0;
	height: 82px;
	width: 256px;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	background: #555;
	overflow: auto;
	color: #eee;
}

div div div#cngForm p.cngTrap {
	display: none;
}

div div div#cngForm p#cngTitle, div div div#cngForm p#cngSubmitfield {
	width: 258px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: center;
}

div div div#cngForm p#cngSubmitfield {
	text-align: right;
}

div div div#cngForm p#cngSubmitfield input {
	border: none;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
}

div div div#cngForm p#cngSubmitfield a {
	width: 19px;
	height: 17px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	background: no-repeat url('./img/credits.png');
}

div div div#cngForm p#returnMessage {
	margin: 0;
	border-bottom: 1px solid #ccc;
}

div div div#cngForm p.cngOk {
	height: 150px;
	color: #eee;
	padding: 30px 5px 0;
	font-size: 1.1em;
}

div div div#cngForm p.cngError {
	padding: 2px;
	font-size: 0.9em;
	color: #900;
	background: #f4f4bb;
}

div div div#cngForm div#cngHint {
	display: none;
	background: no-repeat url('./img/errorbar.png') top center #fff;
	border: 1px solid #900;
	width: 218px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px 15px 20px;
	cursor: default;
	color: #000;
	z-index: 10;
	font-size: x-small;
}

