/* @override http://192.168.15.101:50014/css/form.css */

/* @override http://cgcs.grp5.com/css/form.css */

/* @override http://192.168.15.101:50014/css/form.css */

.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
	border: 1px solid #cccccc;
	-moz-box-shadow: 0 0 5px #cccccc;
	-webkit-box-shadow: 0 0 5px#cccccc;
	box-shadow: 0 0 5px #cccccc;
background-color: #CAE8EA;
}


#stylized p{
	color: #0082c4;
	font-size: 1.3em;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}

#stylized label{
	display:block;
	text-align:right;
	width:140px;
	float:left;
		color: #0082c4;
	font-size: 1.3em;
}

#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}

#stylized input, #stylized textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border: 1px solid #d6d6d6;
	width:200px;
	margin:2px 0 10px 10px;
}

#stylized .dropdown{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border: 1px solid #d6d6d6;
	width:206px;
	margin:2px 0 10px 10px;
}

#stylized .submit{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(http://www.cgcs.org.uk/css/img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}