.contactbox{
	margin: 0 30px;
	font-size: 0.8em;
}

.crow{
	overflow: hidden;
	margin: 0 0 2px;
}

.ccel1, .ccel2{
	display: inline-block;
	text-align: left;
	float: left;
}

.ccel1{
	width: 140px;
}

.ccel2 input, .ccel2 select, .ccel2 textarea{
	width: 240px;
	border: 1px solid #aaa;
}

.ccel2 .cb{
	width: auto;
	border: 0;
}

input.shortfield{
	width: 60px;
	margin: 0;
}

input.longfield{
	width: 176px; 
	margin: 0 0 0 2px;
}

.stress{
	color: #f06;
	font-weight: bold;
}

.ccel2 .spambox{
	width: 60px;
}

.notice{
	margin: 0 30px 30px;
	padding: 10px;
	background: #fff1f7;
	border: 1px dotted #f06;
	font-weight: bold;
	font-size: 0.8em;
	text-align: left;
}

.notice span{
	color: #f06;
	font-weight: bold;
}

#tooltip {
	width: 150px;
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background: #eee;
	padding: 5px;
	opacity: 0.85;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	text-align: left;
	line-height: 1.4em;
	font-size: 0.8em;
}

#tooltip h3{
	font-size: 1em;
	margin: 0 0 4px 0;
}