/* ---- Forms - Global ---- */
.webForm {
font-size: 10px;
clear:both;
width: 400px; /* Set as a default */
	}
.webForm.center {
	margin: 0 auto;
	}
.webForm ul {
	clear:both;
	margin:0 !important;
	}
.webForm li {
	float: left;
	list-style: none;
	padding-bottom: 15px;
	}
.webForm label {
	font-size: 110%;
	display: block;
	padding-bottom: 4px;
	}
.webForm .cat_textbox, 
.webForm .cat_listbox {
	padding: 3px;
	border:1px solid #dfdfdf;
	}
.webForm .cat_checkbox {
	display: inline !important;
	width: auto !important;
	margin:0 5px 0 0;
	}
.webForm.small,
.webForm .small {
	width:25%;
	}
.webForm.medium,
.webForm .medium {
	width:50%;
	}
.webForm.large, 
.webForm .large {
	width:100%;
	}
.webForm input,
webForm select,
.webForm textarea,
.webForm img {
	display: block;
	height: auto;
	}
.webForm .small input,
.webForm .small select,
.webForm .small textarea,
.webForm .small img {
	width: 80%;
	}
.webForm .medium input,
.webForm .medium select,
.webForm .medium textarea,
.webForm .medium img {
	width: 90%;
	}
.webForm .large input,
.webForm .large textarea,
.webForm .large img {
	width: 95%;
	}
.webForm .large select, 
.webForm .large .cat_button {
	width:97%;
	}
.webForm .small select,  
.webForm .small .cat_button {
	width:90%;
	}
.webForm .medium select, 
.webForm .medium .cat_button {
	width:95%;
	}
	
/* - Captcha - */
.webForm .captcha img {
	padding-right: 40px;
	float: left;
	}
.webForm .captcha input {
	float: left;
	}
.webForm .large.captcha img {
	width: 40%;
	}
.webForm .large.captcha input {
	width: 46% !important;
	}
.webForm .medium.captcha img {
	width: 24%;
	}
.webForm .medium.captcha input {
	width: 19% !important;
	}

/* -- Custom -- */
.webForm input#CaptchaHV2 {
	display: none;
	}
.webForm.contact {
	}

/* -- Custom Buttons -- */
.webForm .cat_button {
	}
.webForm .cat_button.custom {
	}
.webForm .cat_button.custom:hover {
	}