/* 
	CSS Document:
	Used for form-centric page sections; e.g. ticketing, warranty management, etc.
	This doc may override declarations found in inputs.css
*/

.d_form_section {
	margin:10px 0px;
	background-color: #eee;
	clear: right;
	display: block;
	padding: 10px;
	width:570px;
	font-size:12px;
	border-radius:7px;
}
.d_form_field {
}
.hidden {
	display: none;
}

/*  ticketing section below  */
#d_form_newticket {
	width:560px;
	float: left;
	margin:0px 0px 50px 0px;
}
#p_openticket_hdr{
	font-size: 14px;
	font-weight: 500;
	color:#1e5ea6; /* TDX Blue */
	margin:0px 0px 0px 15px;
}
#d_newticket_preview {
	margin:0px 0px 0px 15px;
}

.i_ticketing_select {
	position: relative;
	left:0px;
	min-width:250px;
	max-width: 530px;
	overflow-x: hidden;
}
.i_ticketing_text {
	min-width:350px;
	margin:0px 0px 10px 0px;
}
.i_ticketing_number {
	min-width:175px;
	margin:0px 0px 10px 0px;
    clear: right;
	display: block;
}
.i_ticketing_textarea {
	vertical-align: top; /* keep to eliminate space below box */
	margin:5px 0px 0px 0px;
	padding:5px 10px;
	height:100px;
	min-width:430px;
	max-width:530px;
	overflow-x: hidden;
	border:1px solid #aaa;
	border-radius:4px;
}