/* compontent css styles for contact_x */
#contactTable {width:100%; margin-left:70px;}

.left {text-align:right; padding-right:5px;}

.right {width:200px;}
.right input.long { width:250px;}

strong {color:#3a3a3a;}

/*OnSubmit required fields will change to this class by js*/
input.error {
	border: 2px solid #ff6622;
	background-color: #fff6f6;
	width:250px;
}
