/*****************************************************
 * Common Table and Form Elements
 *****************************************************/
.sec {
	font-size: 93%;
	padding: 0 0 10px 0;
	clear: both;
}
.table {
	margin-left: 1px;
	font-size: 85%;
}
#pageForm {
	margin-left: 60px;
}
#pageErr {
	min-height: 16px;
}
#dt-pag-nav span {
	padding: 0 3px;
}

/*****************************************************
 * Form and Button Elements
 *****************************************************/

.ast {
	color:#e82335;
	font-weight: bold;
	padding-left: 3px;
}
.item {
	clear: both;
	padding: 2px;
}
.item label {
	display: block;
	float: left;
	padding: 4px 10px 0 0;
	width: 120px;
	text-align: right;
	font-size: 93%;
}
.text {
	clear: both;
	padding: 5px 0 0 40px;
	font-size: 93%;
}
.buttons {
	clear: both;
	width: 300px;
	text-align: center;
	padding: 12px 0;
}
.buttons.wide {
	width: 440px;
}
.buttons.xwide {
	width: 600px;
}
.item input {
	width: 180px;
	float: left;
}
.item select {
	width: 185px;
	float: left;
}
.item #acAgent {
	width: 150px;
	height: 23px;
	float: left;
}
.yui-skin-sam #acAgent .yui-ac-content { 
    max-height:10em;
	overflow:auto;
	overflow-x:hidden;
    _height:10em; /* ie6 */
}
.item input.sm {
	width: 90px;	
}
.item input.lg {
	width: 300px;	
}
.item input.xlg {
	width: 440px;	
}
.type {
	margin-top: 10px;
}
input#search {
	margin-left: 5px;
	width: 180px;
}


.captcha label {
	margin-top: 12px;
	display: block;
	float: left;
	padding: 4px 10px 0 0;
	width: 120px;
	text-align: right;
	font-size: 93%;
}
.captcha input {
	margin-top: 12px;
	width: 70px;
	float: left;
}
.captcha div#captchaImage {
	margin: 10px 0 0 10px;
	width: 82px;
	height: 24px;
	float: left;
}
.captcha div#captchaImage img {
	border: 1px solid #143864;
}
.captcha div.resetImage {
	margin: 13px 0 0 4px;
	float: left;
}
.captcha div.resetImage a {
	font-size: 10px;
}

.item label.contactMsg {
	width: 400px;
	margin-left: 40px;
	text-align: left;
}
#boxMain .taItem {
	width: 480px;
	height: 120px;
	clear: both;
}
#boxMain .taItem textarea {
	width: 400px;
	height: 100px;
	margin: 6px 0 10px 40px;
}


#pageContact {
	margin-top: 10px;
}
#pageContact .contacts {
	float: left;
	width: 185px;
	margin-left: 190px;
}
#pageContact .item {
	width: 185px;
	clear: both;
	font-size: 100%;
	line-height: 18px;
}
#pageContact .item .left {
	width: 105px;
	float: left;
	font-weight: bold;
}
#pageContact .item .right {
	width: 80px;
	float: left;
}
