﻿
div#csswap {
	width: 100%;
	height: 40px;
	background: #f4f4f4;
	border-bottom: 1px solid #e0e0e0;
}
div#csswap ul {
	list-style-type: none;
}
div#csswap ul li {
	float: left;
}
div#csswap ul li a {
	font: normal 12px tahoma, sans-serif;
	color: #222;
	line-height: 40px;
	padding: 0 10px;
	text-decoration: none;
}
/****** FORM CSS ******/
div#formholder {
	width: 400px;
	margin: 30px auto;
	/*background: #f4f4f4;*/
	background: url('../images/styleElements/bg_trans_white.png') repeat;

	border: 1px solid #ddd;
	padding: 10px 30px;
	-webkit-box-shadow: 2px 2px 11px #111111;
	-moz-box-shadow: 2px 2px 11px #111111;
	box-shadow: 2px 2px 11px #111111;
}
/* Unordered list that holds form inputs */
ul.formul {
	list-style-type: none;
}
ul.formul li {
	height: 34px;
	clear: both;
	padding: 10px 0;
}
/* Form label */
ul.formul li span.intyp {
	font: 12px 'Khmer', sans-serif;
	color: #ffffff;
	line-height: 35px;
	text-align: center;
	text-shadow: 0 1px 0 #111111;
	float: left;
	display: block;
	border: 1px solid #336397;
	border-right: none;
	height: 34px;
	width: 100px;
	position: relative;
	z-index: 10;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	-ms-border-radius: 4px 0 0 4px;
	-khtml-border-radius: 4px 0 0 4px;
	box-shadow:1px 1px 2px #111111;
	border-radius: 4px 0 0 4px;
	background: rgb(33,49,73);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, rgb(33,49,73)), color-stop(100%, rgb(25,52,94)));
	background: -webkit-linear-gradient(left, rgb(33,49,73) 1%, rgb(25,52,94) 100%);
	background: -moz-linear-gradient(left, rgb(33,49,73) 1%, rgb(25,52,94) 100%);
	background: -o-linear-gradient(left, rgb(33,49,73) 1%, rgb(25,52,94) 100%);
	background: -ms-linear-gradient(left, rgb(33,49,73) 1%, rgb(25,52,94) 100%);
	background: linear-gradient(left, rgb(33,49,73) 1%, rgb(25,52,94) 100%);
}
ul.formul li span.intyp:before {
	content: '';
	position: absolute;
	border-color: transparent transparent transparent #336397;
	border-style: solid;
	border-width: 18px;
	width: 0;
	height: 0;
	right: -36px;
	top: -1px;
}
ul.formul li span.intyp:after {
	content: '';
	position: absolute;
	border-color: transparent transparent transparent #19345d;
	border-style: solid;
	border-width: 17px;
	width: 0;
	height: 0;
	right: -34px;
	top: 0px;
}
/* Input elements */
ul.formul li input[type=text], ul.formul li textarea {
	float: left;
	width: 200px;
	height: 34px;
	padding: 0 10px 0 28px;
	margin: 0;
	background: #FFF;
	border: 1px solid #dadada;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-khtml-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	color: #555;
	font: normal 12px Tahoma, sans-serif;
	-webkit-box-shadow: inset 0 0 4px 4px #f4f4f4;
	-moz-box-shadow: inset 0 0 4px 4px #f4f4f4;
	box-shadow: inset 0 0 4px 4px #f4f4f4;
	line-height: 34px;
}
ul.formul li textarea {
	height: 150px;
	overflow: auto;
	-webkit-resize: none;
	-moz-resize: none;
	resize: none;
	padding: 10px 10px 10px 28px;
	font: normal 12px Tahoma, sans-serif;
}
ul.formul li input[type=text]:focus, ul.formul li textarea:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1), inset 0 0 4px 4px #f4f4f4;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1), inset 0 0 4px 4px #f4f4f4;
	box-shadow: 0 0 5px rgba(0,0,0,0.1), inset 0 0 4px 4px #f4f4f4;
}
/* Select dropdown */
ul.formul li select {
	float: left;
	width: 299px;
	height: 36px;
	padding: 5px 5px 5px 25px;
	margin: 0;
	background: #FFF;
	border: 1px solid #dadada;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-khtml-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	color: #555;
	font: normal 12px Tahoma, sans-serif;
	-webkit-box-shadow: inset 0 0 4px 4px #f4f4f4;
	-moz-box-shadow: inset 0 0 4px 4px #f4f4f4;
	box-shadow: inset 0 0 4px 4px #f4f4f4;
	-webkit-appearance: none;
}
ul.formul li select:focus {
	outline: none;
}
/* Checkboxes and radio buttons */
ul.formul li div.choose {
	float: left;
	width: 257px;
	padding: 10px 10px 10px 30px;
	margin: 0;
	background: #FFF;
	border: 1px solid #dadada;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-khtml-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	color: #555;
	font: normal 12px Tahoma, sans-serif;
	-webkit-box-shadow: inset 0 0 4px 4px #f4f4f4;
	-moz-box-shadow: inset 0 0 4px 4px #f4f4f4;
	box-shadow: inset 0 0 4px 4px #f4f4f4;
	position: relative;
}
#foo:checked::before, .accordion_container input[type="checkbox"], #foo:checked::before, .accordion_container input[type="radio"] {
	position: absolute;
	clip: rect(0,0,0,0);
	clip: rect(0 0 0 0);
}
#foo:checked, .formul input[type="checkbox"] + label::before, #foo:checked, .formul input[type="radio"] + label::before {
	content: url('img/unchecked.png');
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.formul input[type="checkbox"]:checked + label::before, .formul input[type="radio"]:checked + label::before {
	content: url('img/checked_blue.png');
}
/* Submit button */
ul.formul li input[type=submit] {
	display: block;
	float: right;
	width: 100px;
	height: 34px;
	border: 1px solid #336397;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	font: 12px 'Khmer', sans-serif;
	color: #ffffff;
	line-height: 31px;
	text-align: center;
	text-shadow: 0 1px 0 #111111;
	box-shadow:1px 1px 2px #111111;
	text-decoration: none;
	background: rgb(105,172,215);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(33,49,73)), color-stop(99%, rgb(25,52,94)));
	background: -webkit-linear-gradient(top, rgb(33,49,73) 0%, rgb(25,52,94) 99%);
	background: -moz-linear-gradient(top, rgb(33,49,73) 0%, rgb(25,52,94) 99%);
	background: -o-linear-gradient(top, rgb(33,49,73) 0%, rgb(25,52,94) 99%);
	background: -ms-linear-gradient(top, rgb(33,49,73) 0%, rgb(25,52,94) 99%);
	background: linear-gradient(top, rgb(33,49,73) 0%, rgb(25,52,94) 99%);
}
ul.formul li input[type=submit]:hover {
	background: rgb(111,157,207);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(33,49,73)), color-stop(100%, rgb(25,52,94)));
	background: -webkit-linear-gradient(top, rgb(33,49,73) 1%, rgb(25,52,94) 100%);
	background: -moz-linear-gradient(top, rgb(33,49,73) 1%, rgb(25,52,94) 100%);
	background: -o-linear-gradient(top, rgb(33,49,73) 1%, rgb(25,52,94) 100%);
	background: -ms-linear-gradient(top, rgb(33,49,73) 1%, rgb(25,52,94) 100%);
	background: linear-gradient(top, rgb(33,49,73) 1%, rgb(25,52,94) 100%);
}
ul.formul li input[type=submit]:active, ul.formul li input[type=submit]:focus {
	-webkit-box-shadow: inset 0 0 4px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 4px 4px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 4px 4px rgba(0,0,0,0.1);
}