/***********************
  fieldset
 ***********************/
fieldset.csc-mailform { border: none; margin-bottom: 2px; vertical-align: baseline; }
fieldset.csc-mailform:last-child { margin-bottom: 0px; }


/***********************
  field & label
 ***********************/
div.csc-mailform-check div.csc-mailform-label { padding: 3px 0px 0px 4px; width: auto; }
div.csc-mailform-check input.csc-mailform-check { margin: 4px 0px 0px 4px; }
*:first-child+html div.csc-mailform-check input.csc-mailform-check { margin: 0px; }


/***********************
  input & submit
 ***********************/
select, textarea, input.text, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	background: #FFFFFF url(../image/idc-grey-0926.png) no-repeat scroll -713px -121px;
	border: 1px solid;
	border-color: #B0B0B0 #CCCCCC #CCCCCC #CCCCCC;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #555;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin: 0px 1em 10px 0px;
	padding: 4px 6px;
	overflow: hidden;
	vertical-align: middle;
}
textarea { height: auto; }
input[type="search"] {
	-webkit-box-sizing: content-box; }
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
		-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
		-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s; }
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168 ,236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input.text[disabled],input[type="text"][disabled],select[disabled],textarea[disabled] {
	cursor: not-allowed;
	border-color: #F0F0F0;
}
button, input[type="button"], input[type="submit"], input[type="reset"], input.gels-button, a.button, a.back, a.csc-mailform-submit, a.csc-mailform-button {
	background: #e6007e;
		*background-color: #e6007e;
	background-image: -moz-linear-gradient(top, #ff0f7e, #e6007e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0f7e), to(#e6007e));
	background-image: -webkit-linear-gradient(top, #ff0f7e, #e6007e);
	background-image: -o-linear-gradient(top, #ff0f7e, #e6007e);
	background-image: linear-gradient(to bottom, #ff0f7e, #e6007e);
	background-repeat: repeat-x;
	border: 1px solid;
	border-color: #ff0f7e #e6007e #e6007e;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #fff;
	cursor: pointer;
	display: inline-block;
		*display: inline;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	font-family: "PT Sans", open-sans, verdana ,sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 0;
		*margin-left: .3em;
	min-width: 135px;
	overflow: visible;
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: middle;
		*zoom: 1;
}
button, input[type="button"], input[type="submit"], input[type="reset"], input.gels-button {
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
button:disabled, button[disabled], input[type="button"]:disabled, input[type="button"][disabled], input[type="submit"]:disabled, input[type="submit"][disabled], input[type="reset"]:disabled, input[type="reset"][disabled], input.gels-button:disabled, input[disabled].gels-button, a.button.disabled, a.back.disabled, a.csc-mailform-submit.disabled, a.csc-mailform-button.disabled {
	background-color: #e6007e !important;
  		*background-color: #e6007e !important;
  	background-image: none;
	border-color: #DBDBDB !important;
	color: #333333 !important;
	cursor: default !important;
		filter: alpha(opacity=65);
	opacity: 0.65;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	box-shadow: none;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, input.gels-button:hover, a.button:hover, a.back:hover, a.csc-mailform-submit:hover, a.csc-mailform-button:hover,
button:focus, input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus, input.gels-button:focus, a.button:focus, a.back:focus, a.csc-mailform-submit:focus, a.csc-mailform-button:focus {
	background-color: #e6007e;
		*background-color: #e6007e;
	background-position: 0px -15px;
	text-decoration: none;
		-webkit-transition: background-position 0.1s linear;
		-moz-transition: background-position 0.1s linear;
		-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
button:focus, input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus, input.gels-button:focus, a.button:focus, a.back:focus, a.csc-mailform-submit:focus, a.csc-mailform-button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, input.gels-button:active, a.button:active, a.back:active, a.csc-mailform-submit:active, a.csc-mailform-button:active {
	background-image: none;
	outline: 0;
		-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
a.close {
	background-color: transparent;
		*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
		*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
a.close:hover,
a.close:focus,
a.close:active {
	color: #333333;
	background-color: #e6e6e6;
		*background-color: #d9d9d9;
}
a.back {
		*background-color: #e6007e;
	background-image: -moz-linear-gradient(top, #ff0f7e, #e6007e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0f7e), to(#e6007e));
	background-image: -webkit-linear-gradient(top, #ff0f7e, #e6007e);
	background-image: -o-linear-gradient(top, #ff0f7e, #e6007e);
	background-image: linear-gradient(to bottom, #ff0f7e, #e6007e);
	background-repeat: repeat-x;
	border: 1px solid #e6007e;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f7e62', endColorstr='#e6007e51', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
a.back:hover, a.back:focus, a.back:active {
	background-color: #e6007e;
		*background-color: #e6007e;
}
/* input type["checkbox"], input[type="radio"] */
:root input[type="checkbox"], :root input[type="radio"] { cursor: pointer; height: 18px; margin: 0px; position: absolute; width: 18px; z-index: 2;
	-moz-opacity: 0; opacity: 0; }
:root input[type="checkbox"] + label, :root input[type="radio"] + label { cursor: default; display: inline-block; margin-left: 22px; min-height: 18px; position: relative; text-indent: -22px; vertical-align: middle; z-index: 1; }
:root input[type="checkbox"] + label:before, :root input[type="radio"] + label:before { color: #009ee3; cursor: pointer; display: inline-block; font: normal normal normal 18px/1 FontAwesome; margin-right: 4px; min-width: 18px; text-align: left; text-indent: 0px; text-rendering: auto;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
:root input[type="checkbox"] + label:empty:before,:root input[type="radio"] + label:empty { margin-left: 0px; text-indent: 0px; }
:root input[type="checkbox"] + label:empty:before,:root input[type="radio"] + label:empty:before { margin-right: 0px; }
:root input[type="checkbox"] + label:before { content: "\f096"; }
:root input[type="checkbox"]:checked + label:before { content: "\f046"; }
:root input[type="radio"] + label:before { content: "\f10c"; }
:root input[type="radio"]:checked + label:before { content: "\f05d"; }
:root input[type="checkbox"]:disabled, :root input[type="radio"]:disabled { cursor: not-allowed; pointer-events: none; }
:root input[type="checkbox"]:disabled + label:before, :root input[type="radio"]:disabled + label:before { color: #333; cursor: not-allowed;
	-moz-opacity: 0.4; opacity: 0.4; }
:root input[type="radio"]:disabled + label:before { content: "\f05e"; }
/***********************
  radio
 ***********************/
span.csc-mailform-radio { display: block; float: left; }
span.csc-mailform-radio fieldset { border: none; margin: 0px; padding: 0px; }
span.csc-mailform-radio legend { display: none; }
span.csc-mailform-radio input.csc-mailform-radio { clear: both; float: left; _height: 22px; margin-top: 0.2em; margin-right: 1em; }
span.csc-mailform-radio label { display: block; float: left; _height: 18px; _padding-top: 1px; width: auto; }