﻿
#c_form_area
	{
	margin: 20px auto;
	padding: 10px;
	width: 760px;
	height:100%;/*
	background-color: #f0f0f0;*/
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	color: #222;
	margin-bottom:60px;
	}
#c_form_area tr
	{
	display: block;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #ccc;
	}
#c_form_area th
	{
	text-align: left;
	width: 300px;
	height: 40px;
	padding: 10px;
	}
#c_form_area td
	{
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	}
#c_form_area p
	{
	margin-left: 40px;
	margin-top: -16px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #444;
	line-height: 16px;
	text-shadow: 1px 1px 1px #fff;
/*	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#fff,offx=1,offy=1)"; /* IE8 */
	display:block; /* IE */
	}
#c_form_area p a
	{
	color:#1e9ae1;
	}
#c_form_area p a:hover
	{
	color:#99c9e5;
	}
#c_form_area span
	{
	margin: 0px 0px 10px 40px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #888;
	text-shadow: 1px 1px 1px #fff;
/*	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#fff,offx=1,offy=1)"; /* IE8 */
	display:block; /* IE */
	}
#c_form_area input.text,
#c_form_area textarea.text
	{
	cursor: pointer;
	background:#232323;
	color:#fff;
	padding:5px;
	/* Webkit */
	background: -webkit-gradient(linear,left top,left bottom,from(#232323),to(#333));
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
	background: -moz-linear-gradient(top,#232323,#333);
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#232323,endColorstr=#333);
	zoom: 1;
	behavior: url("../js/PIE.htc");
	}
/*
.text, textarea, .dropdown
	{
	cursor: pointer;
	border:1px solid #aaa;
	padding: 5px;
	color: #333;
	background: #fff;
	background: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#fff));/* Webkit */
/*	background: -o-linear-gradient(top,#eee,#fff);/*Opera*/
/*	background: -moz-linear-gradient(top,#eee,#fff);/* Firefox */
/*	zoom: 1;/* IE */
/*	position: relative;
	behavior: url("../js/PIE.htc");
	}*/
.submit,.reset
	{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: -webkit-gradient(linear,left top,left bottom,from(#99c9e5),to(#428ec9));/* Webkit */
	background: -o-linear-gradient(top,#99c9e5,#428ec9);/*opera*/
-o-box-shadow: 1px 1px 1px #fff;
	background: -moz-linear-gradient(top,#99c9e5,#428ec9);/*FF*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
	zoom: 1;
	position: relative;
	behavior: url("../js/PIE.htc");
	}
.submit:hover
	{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: -webkit-gradient(linear,left top,left bottom,from(#c7dae5),to(#6cb1e7));/* Webkit */
	background: -o-linear-gradient(top,#c7dae5,#6cb1e7);/*opera*/
	-o-box-shadow: 1px 1px 1px #fff;
	background: -moz-linear-gradient(top,#c7dae5,#6cb1e7);/*FF*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc7dae5,endColorstr=#ff6cb1e7);
	zoom: 1;
	position: relative;
	behavior: url("../js/PIE.htc");
	}
.checkbox,.radio
	{
	z-index: -1;
	position: absolute;
	}
	.CheckBoxLabelClass
		{
	        background: url("../img/checkbox.png") no-repeat top left;
	        margin-right:20px;
	        padding-left:22px;
	        }
	.radiolabel
		{
	        background: url("../img/radio.png") no-repeat top left;
	        margin-right:20px;
	        padding-left:22px;
	        }
	.LabelSelected,.RadioSelected
		{
	        background-position: bottom left;
	        }

#text_area
	{
	width: 620px;
	margin: 10px auto 0px;
	}
	#text_area p
		{
		font-size: 12px;
		line-height: 1.4;
		margin-left: 10px;
		}
	#text_area ul
		{
		font-size: 12px;
		list-style-type: decimal;
		line-height: 1.4;
		margin-bottom: 20px;
		margin-left: 40px;
		}

















