@charset "utf-8";
/*-----------[ O V E R W R I T E  M A S T E R . C S S ]-------------*/
fieldset {
	-moz-border-radius-bottomleft : 0;
	-moz-border-radius-bottomright : 0;
	-moz-border-radius-topleft : 0;
	-moz-border-radius-topright : 0;
}
.TE_required {
	background-position : left 3px !important;
}
/*-----------[ G E N E R A L  S T Y L E S ]-------------------------*/
#antennaRequestForm {
	float : left;
}
#antennaRequestForm fieldset {
	clear : both;
	float : left;
}
form fieldset {
	border : 0;
	margin : 0 0 10px;
}
form fieldset legend strong {
	color : #000;
	display : block;
	font-size :  150%;
	padding : 0 0 10px;
}
form fieldset ol {
	clear : left;
	float : left;
	list-style : none;
	margin : 0 0 0 15px;
	padding : 0;
}
form fieldset ol li {
	clear : left;
	float : left;
	padding : 0 0 20px;
	width : 54em;
}
form fieldset ol li label {
	clear : left;
	float : left;
	margin-right : 10px;
	padding-bottom : 0;
	width : 17em;
}
form fieldset ol li label span {
	color : #999;
	display : block;
	margin : 5px 0;
}
form fieldset ol li label em {
	display : block;
	margin-top : 4px;
}
form fieldset ol li label strong {
	color : red;
	font-size : 7pt;
	font-weight : normal;
	margin-left : 5px;
}
form fieldset ol li ul {
	float : left;
	list-style : none;
	margin : 0;
	padding : 0;
}
form fieldset ol li ul li {
	clear : none;
	float : none;
	padding : 0;
	width : auto;
}
form fieldset ol li ul li label {
	clear : none;
	display : -moz-inline-block;
	display : inline-block;
	float : none;
	margin : 0;
	padding-left : 0;
	vertical-align : baseline;
	width : auto;
}
form fieldset ol li ul li input {
	vertical-align : baseline;
	width : auto;
}
form fieldset ol li ul li textarea {
	display : block;
}
/*-----------[ I N P U T  W I D T H S ]-----------------------------*/
#cust_name, #cust_city {
	width:16em;
}
#cust_company, #cust_address, #cust_email {
	width:20em;
}
#cust_postal {
	width:6em;
}
#cust_phone {
	width:10em;
}
/*-----------[ O V E R W R I T E  D O J O  S T Y L E S ]------------*/
.dijitTooltipContents {
	width : 300px;
}
/*-----------[ S C R O L L I N G  L I S T  S T Y L E S ]--------------*/
.styledList {
	border : solid 1px #ccc;
	margin-right : 10px;
	width : 200px;
}
.styledList li.evenItem {
	background : #eee;
}
.styledList li label {
	height : 20px;
	line-height : 20px;
	margin-right : 0;
	width : 100%;
}
.styledList li label input {
	vertical-align : baseline;
}
.scrollingList {
	border-right : 0;
	height : 120px;
	overflow : auto;
	overflow-x : hidden;
	overflow-y : scroll;
	width : 200px;
}
/*-----------[ R I G H T  M E N U ]-------------------------------------*/
#linkList {
	list-style-type : square;
	margin : 64px 13px 0 0;
	padding : 0 0 0 25px;
	float : right;
}
