﻿input.input_default {
	width:300px;
	border:1px dotted #000000;
	font-size:9pt;
}
input.input_error {
	width:300px;
	border:1px solid #ff0000;
	font-size:9pt;
	background-color:#ffebeb;
}
.textfield {
	border:1px dotted #000000;
	font-size:10pt;
	background-color: #ffffe0;
	display:block;
	padding:4px 6px;
	margin-bottom:5px;
}
.formfield, .disabled-field {
	width:300px;
	border:1px dotted #000000;
	font-size:10pt;
	background-color: #ffffe0;
	display:block;
	height:18px;
	padding:2px 6px;
	margin-bottom:5px;
}
.disabled-field {
	line-height:18px;
}
table tr td .formfield:last-child, table tr td .formfield:only-child {
	margin-bottom:none;
}
.formlabel {
	display:inline-block;
	height:18px;
	padding-top:3px; padding-bottom:3px;
	font-weight:bold;
}
.formlabel-sub {
	font-size:9pt;
	position:relative;
	white-space:nowrap;
}
.checkbox-indent {
	margin-left:23px;
}
textarea.default {
	width:300px;
	height:100px;
	border:1px dotted #000000;
	font-size:9pt;
}
textarea.error {
	width:300px;
	height:100px;
	border:2px solid #ff0000;
	font-size:9pt;
}
textarea.ads {
	width:550px !important;
}
td.column0 {
	text-align:right;
	vertical-align:top;
	margin:0;padding:0;
	/*width:350px;*/
}
td.column1 {
	text-align:left;
	vertical-align:top;
	margin:0;padding:0;
}
p.column0 {
	text-align:right;
	float:right;
	font-size:11pt;
	margin:0;padding:0;
}
p.column1 {
	margin:0;padding:0;
}

select {
	border:none;
	background: transparent;
	font-size: 11pt;
	padding: 3px 6px;
	width: 312px;
	-webkit-appearance: none;
}
.select {
	display:inline-block;
	border: 1px dotted #000;
	width:312px;
	background: #ffffe0 url("/images/dropdown.png") no-repeat scroll 280px center;
	position:relative;
	margin-bottom:5px;
}
.short-select {
	display:inline-block;
	border: 1px dotted #000;
	width:151px;
	background: #ffffe0 url("/images/dropdown.png") no-repeat scroll 119px center;
	position:relative;
	margin-bottom:5px;
}
.short-select select {
	width: 151px;
}

.select img.formcheck, .short-select img.formcheck {
	position:absolute;
	right:-25px; top:4px;
}



.pagecaptcha_refresh_button {
	display:inline-block;
	background-image:url('/images/refresh.png');
	background-repeat:no-repeat;
	background-size:18px; height:18px; line-height:18px;
	padding-left:25px;
	text-decoration:none;
	font-size:11pt;
}
#pagecaptcha_img_newuser {
	position:absolute;
	left:0; top:0;
	width:173px; height:70px;
	background-image:url('/Shared/captcha.asp?id=1');
	background-size:173px;
	z-index:1;
}
#pagecaptcha_img_container {
	position:relative;
	width:173px; height:70px;
	left:140px;
	border:1px solid #999;
	background-color:#fff;
}
#pagecaptcha-msg {
	margin-top:7px;
}
.pagecaptcha_loading {
	position:absolute;
	z-index:0;
	width:173px; height:70px; line-height:70px;
	text-align:center;
	font-size:12pt; font-weight:bold; color:#ccc;
}
#capguess {
	width:117px;
	margin-bottom:4px;
}

.errMsg {
	display:none;
	font-weight:normal;
	font-size:11pt;
	color:red;
	padding:0 0 0 3px;
	margin:5px 0;
	height:15px;
	padding-left:15px;
	background-image:url("/images/triangle-err-up.gif");
	background-repeat:no-repeat; background-position:0 2px;
}
.half-field, .half-field select {width:150px !important;}
.short-field, .short-field select {width:200px !important;}