@charset "UTF-8";
/* CSS Document */

div#request {
	border:1px solid #C4A62E;
	padding:5px 10px 10px; 
	height:100%; 
	width:90%;
	position:relative;
}
div#request div {
	margin:10px 0 5px;
}
div#due_date{
	width:90%;
}
#maincontent form.request ul {
	list-style-type:none;
	padding:0;
	margin:1em 0 .5em;
	/*width:315px;*/
	width:60%;
}
#maincontent form.request ul li {
	height: 100%;
	padding-bottom:5px;
	list-style-type:none;
	clear:both;
	
}
form.request fieldset {
	border:1px solid #C4A62E;
	padding:5px 10px 10px;
	border-collapse: separate;
	margin:10px 0;
	background-color: #ffffff;
}
form.request fieldset label.required {
	background-image:url(http://www.montana.edu/uit/images/required-icon-red.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#000;
}
h3 {
	margin-top:0;
}
/*fieldset img.required {
vertical-align:bottom; 
padding-right:5px;
}*/

form.request fieldset input[type=text]{
	width:60%; 
	float:right;
	color:#000000;
}

/*fieldset input[type=radio] {
vertical-align:middle;
margin-left:2px;
margin-right:10px;
margin-top:0;
}*/

fieldset input[type=text]#datepicker {
	width:100px;
	float:none;
}
fieldset input[type=text].floatL {
	float:left;
	margin-right:10px;
	width:80px; 
}
fieldset input.number {
	width:80px;
	float:right;
}
fieldset ul label, ul label {
	float:left;
	clear: left;
	font-weight:normal;
}
fieldset label, label {
	padding: 5px 5px 5px 13px;
}
fieldset label.error {
	color:#F00;
	display:block;
}
fieldset span {
	display:inline-block; 
	vertical-align:middle;
}
fieldset span.note {
	font-size:11px; 
	font-weight:normal; 
	color:#585858;
}
fieldset select.r_select {  
	width:60%; 
	float:right;
	color:#000000;
}
fieldset div.paddingL13, #content p.paddingL13, .paddingL13 {
	padding-left:13px;
}
input[type=text].digit {
	width:15px;
	float:left;
	height:12px
}
select.r_select option  {
	padding:2px 0;
	color:#000000;
}
/*
legend {
padding:0 0 10px;
display:block;
}*/
textarea {
	padding:5px;
	margin:10px 0px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	width:60%;
}
ul {
	padding-top:0;
}

p {
	line-height:1.6em; 
	margin-top:3px;
	padding-left:0px;
}
p.required {
	background-image:url(../images/required-icon-red.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left:13px;
	color:#003f7f;
}
p.optional textarea {
	width:290px;
	margin-left:13px;
}

br[clear=all] {
	line-height:.5em;
}
#note {  /* used on ip request form */
	position: absolute;
	top: 665px;
	left: 405px;
	width: 200px;
	background-color: #DADADA;
	padding: 5px;
	font-size: 10px;
}
#note span.note {
	font-size:10px;
}
#maincontent #server ul.storage {
	width:530px;
	border-bottom:#dbdbdb thin solid;
	padding-bottom:25px;
	
}
#maincontent ul#equipment {
	width:530px;
}

 #server label, #equipment label {
	width:40%;
}
#server input, #server textarea, #equipment input, #equipment textarea {
	float:left;
	color:#000000;
}
#server input.number {
	width:20px;
}
#server span {
	display:block;
}
#server input[type=button] {
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}
#server input#add_server {
	margin-left:20px;
}

#maincontent .it_hide {
	display:none;
}
.clearfix:after { content: "\00A0"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix{ display: inline-block;}
html[xmlns] .clearfix { display: block;}
* html .clearfix{ height: 1%;}
.clearfix {display: block;}	
