.contactTextBox {
	width: 200px;
	border: 1px solid #CCC;
	height: 18px; 
	margin: 0 0 0 10px; 
	padding: 0 5px;
}

.contactTextBox2 {
	width: 100px;
	border: 1px solid #CCC;
	height: 18px; 
	margin: 0 0 0 10px;
	padding: 0 5px;
}	

.contactTextBox3 {
	width: 40px;
	border: 1px solid #CCC;
	height: 18px; 
	margin: 0 0 0 10px;
	padding: 0 5px;
}

.contactTextBox4 {
	width: 200px;
	border: 1px solid #CCC;
	height: 18px; 
	margin: 0 0 0 0px;
	padding: 0 5px;
}

.contactComboBox {
	margin: 0 0 0 10px;
}

.standardTextBox {
	width: 200px;
}
.standardTextBoxURL {
	width: 400px;
}

.standardMLEditBox {
	width: 500px;
	height: 56px;
}

.standardMultiValueBox {
	width: 200px;
	height: 84px;
}

.customRadioButton td {
	padding-right:20px;	
}

/*  No longer used, using RedDot's instead
.prodViewPanel {
	display:inline-block;
	width:10em;
	padding:4px;
	margin:4px;
	background-color:#f0f4f9;
	border:1px solid #c0c0c0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	zoom:1;
	*display:inline;
}
.prodViewPanel:hover{background-color:#ffe96c}
*/

