.pdflink {
        background-image: url(cssimg/pdficon.gif);
        background-position: 0 0;
        background-repeat: no-repeat;
        padding-left:19px;
	padding-bottom:2px;
}

.externallink {
        background-image: url(cssimg/external.png);
        background-position: 2px 2px;
        background-repeat: no-repeat;
        padding-left:18px;
}

.formLabelColumn {
        text-align:right;
}
.formDataColumn {
        text-align:left;
        padding: 0 0 10px 0;
}
/*.arbrCustomForm input[type=text], .arbrCustomForm input[type=password], .arbrCustomForm input[type=checkbox] {
	margin:0;
	border:none;
	height:16px;
	line-height:16px;
}*/
.formDataColumn label {
	padding-left:3px;
	height:16px;
	line-height:16px;
}
.arbrCustomForm label {
	font-size:12px;
}
.formDataColumn.checkboxCell {
}
.formDataColumn.radioButtonCell {
	padding-bottom:1px;
}
.arbrCustomForm table {
	width:100%;
}
.arbrCustomForm input[type=text], .arbrCustomForm textarea, .arbrCustomForm input[type=password] {
	padding:3px;
	border: 1px solid #aaaaaa;
}
.arbrCustomForm textarea {
	overflow:auto;
	width:430px;
	height:150px;
}
.arbrCustomForm fieldset {
	margin-bottom:10px;
	border: 1px solid #dddddd;
	padding: 5px;
	background-color:#dddddd;
	-moz-border-radius:4px;
        -webkit-border-radius:4px;
        border-radius:4px;
}
.arbrCustomForm fieldset legend {
	background-color:#dddddd;
	font-size:14px;
	padding:5px 10px 0 10px;
	margin:0 0 0 10px;
	-moz-border-radius:4px;
        -webkit-border-radius:4px;
        border-radius:4px;
}
.arbrCustomForm .fieldWidth_tiny {
	width:20px;
}
.arbrCustomForm .fieldWidth_small {
	width:70px;
}
.arbrCustomForm .fieldWidth_medium {
	width:400px;
}
.arbrCustomForm .fieldWidth_large {
	width:400px;
}
.arbrCustomForm .fieldWidth_huge {
	width:400px;
}
.arbrCustomForm .fieldWidth_30 {
	width:30px;
}
.arbrCustomForm .fieldWidth_40 {
	width:40px;
}
.arbrCustomForm .fieldWidth_50 {
	width:50px;
}
.arbrCustomForm .fieldWidth_60 {
	width:60px;
}
.arbrCustomForm .fieldWidth_70 {
	width:70px;
}
.arbrCustomForm .fieldWidth_80 {
	width:80px;
}
.arbrCustomForm .fieldWidth_90 {
        width:90px;
}
.arbrCustomForm .fieldWidth_100 {
        width:150px;
}

.arbrCustomForm input.inputRequired {
	border: 3px double #aaaaaa;
}
.arbrCustomForm .formError {
	color:red;
}
.arbrCustomForm input.formErrorField {
	border: 3px double red;
}
.arbrCustomForm td p {
	padding:0;
	margin:0 0 3px 0;
}
.reviewForm td {
	font-size:13px;
}
.arbrCustomForm input.defaultFieldValue {
	color:#aaaaaa;
}
