@import "mainssl.css";

.style1 {
	font-size   : 14px;
	font-weight : bold;
}

.style2 {
	color       : #FF0000;
	font-weight : bold;
}

.form {
	width      : 100%;
	background : #CCCCCC;
}

.form .label {
	text-align  : right;
	font-weight : normal;
}

.form .labelRequired {
	text-align  : right;
	font-weight : bold;
}

.form td {
	vertical-align : middle;
}

.form .field {

}

.form .field input {
	padding   : 2px;
	font-size : 10px;
}

.form .notes {
	font-size    : 9px;
	font-weight  : bold;
	text-align   : right;
	padding      : 5px;
	padding-left : 100px;
}

.form .notes div {
	background : #EFEFEF;
	border     : 1px solid #DDDDDD;
	padding    : 3px;
	width      : 300px;
	text-align : center;
}

.form .productOption {
	vertical-align : top;
	width          : 7%;
}