/*

----- Form with Context Help stylesheet -----

----- Simon Kitson 2008 -----
----- kitsimons.com -----

----- enjoy. -----

*/

/* ------ context help ------ */
td .contexthelp {
	margin-top: 2px;
	padding-left: 11px;
}
td .contexthelp span {
	display: block;
	font-weight: bold;
	padding: 4px 8px;
	background: #44afd3;
	color: #fff;
}
td .contexthelp {
	background: url(../image/arrow.gif) 0 50% no-repeat;
}

div .border {
    background:#CC3300;
    border:3px solid #CC3300;
    padding:1px 0;
}

div .inner {
    background:#FF9966;
    padding:8px;
    border:0px solid #555;
}

div .block {
    width:445px;
}
