.miniform {
/*	width: 400px; */
}
.miniform fieldset {
	padding: 15px 15px;
	border: 1px solid #ccc;
}

.miniform legend {
	padding: 5px 15px;
	border: 1px solid #ccc;
	font-weight: bold;
	font-size: 1.3em;
}

.miniform label {
	clear: both;
	padding: 0;
}


.miniform .input {
	padding: 0;
	margin: 5px 0 ;
	height: 20px;
}

.full {
	width: 100%;
}
.onethird {
	width: 33%;
	float: left;
}
.twothird {
	width: 66%;
	float: left;
}

.miniform .description {
	display:block;
	margin: 5px 0 0 0;
}

.clearboth {
	clear: both;
	line-height: 0;
}
textarea, input[type=text] {
	border: 1px solid #ccc;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
}
.submit {
	border: 1px solid #ccc;
	padding: 3px;
	cursor: pointer;
}

.hidden {
	display: none;
}

label.error {
	display: inline-block;
	margin-left: 10px;
	color: red;
	font-style: italic;
	font-weight: normal;
}

textarea.error, input.error {
	border: 1px dotted red;
}

div.error {
	display: block;
	margin-bottom: 10px;
	border: 1px dotted red;
	padding: 10px;
	width: auto;
	color: red;
	font-style: italic;
	font-weight: bold;
}
.missing {
	border: 1px solid #ff4040 !important;
}


/* styles for inline form example */
.inlineform {
	width: 600px;
}

.inlineform .submit {  	
	cursor: pointer;
	float: right;
	margin-top:10px;
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 2px 2px 2px #999;
}
.inlineform .submit:hover {  	
	background: #eee;
}
.inlineform .left { float: left; }
.inlineform .right { float: right; } 
.inlineform .field { 
	margin-bottom: 10px;
	padding: 5px;
	min-height: 22px;
	border: 1px solid #ccc;
	/* border-radius: 5px; */
	/* box-shadow: 1px 1px 2px #999; */
} 

.fullwidth { width:588px; }
.halfwidth { width:283px; }
.onethird  { width:190px; }
.twothird  { width:373px; }

.fullwidth input[type=text] { width: 480px; }
.fullwidth input[type=radio] { margin: 5px; }
.fullwidth input[type=checkbox] { margin: 5px; }
.fullwidth textarea { width: 575px; }
.halfwidth input, .halfwidth textarea { width: 175px;}
.onethird  input, .onethird textarea { width: 85px;}
.twothird  input, .twothird textarea { width: 265px; }

.fullwidth label, 
.halfwidth label, 
.onethird  label, 
.twothird  label {
	display: block;
	float: left;
	width: 95px;
	padding: 5px 0;
	font-weight: bold;
}

.fullwidth input, .fullwidth textarea,
.halfwidth input, .halfwidth textarea,
.onethird  input, .onethird  textarea,
.twothird  input, .twothird  textarea  {
	border: none;
	padding: 5px;
}

.fullwidth input:focus, .fullwidth textarea:focus,
.halfwidth input:focus, .halfwidth textarea:focus,
.onethird  input:focus, .onethird  textarea:focus,
.twothird  input:focus, .twothird  textarea:focus  {
	background: #eee;
}
.fullwidth input:hover, .fullwidth textarea:hover,
.halfwidth input:hover, .halfwidth textarea:hover,
.onethird  input:hover, .onethird  textarea:hover,
.twothird  input:hover, .twothird  textarea:hover  {
	background: #eee;
}
.inlineform .error {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #ff4040;
	padding: 10px;
	width: auto;
	color: #ff4040;
	font-style: italic;
	font-weight: bold;
	/* border-radius: 3px; */
	/* box-shadow: 1px 1px 2px #999; */

}
.inlineform .missing {
	/* border: 1px solid #ff4040; */
	background: #ff6060;
}

.aspfields {
	display: none;
}
.captcha_table input {
	border: 1px solid #999;
	margin-right: 20px;
}