/* =========================================================
	form classes
*/

.element {

}


.element a {
    /*display: none;  delete */
}
#form {
	background: url(../images/form-footer.png) bottom no-repeat;
	width: 204px;
	text-align: left;
        margin-bottom: 10px;
}
#form dt, dd {
	margin: 0;
	padding: 0;
}
#form #formContents {
	padding: 5px 20px 15px 18px;
	position: relative;
}

#form select {
	width: 100%;
	padding: 7px 7px 7px 7px;
	margin: 1px 0px 2px 0px;			
}
#form label {
    display:block;
    font-weight:bold;
    height:9px;
    padding-left:5px;
}
#form .submit {
	clear: both;
	margin: 5px 0 0 0;
}
#form .wide {
	background: url(../images/input-wide.png) no-repeat;
        width:149px;
        margin:2px 0 4px;
        overflow:hidden;
        padding:7px 7px 7px 7px;
        border: none;
        line-height: 1.5;
        height: 14px;
        display: inline-block;
        -webkit-box-sizing: content-box;
}
#form .narrow {
	background: url(../images/input-narrow.png) no-repeat;
	border: none;
	padding: 7px 7px 7px 7px !important;
	width: 79px !important;
	float: left;
        line-height: 1.5;
        float: left;
        display: inline-block;
        -webkit-box-sizing: content-box;
 
}

img#pcaButtonRC59 {
    float: right;
    display: block;
}
#form .errors {
	clear: both;
	font-size:1em;
	color: red;
	font-weight: bold;
        margin: 0;
        padding: 0;
}