
.autowidth {
    width: 100% !important;
}
fieldset.fields1 dt {
    width: auto;
    border-right-width: 0;
    padding: 5px 0;
}
fieldset.fields1 dd {
    margin-left: 25em;
    border-left-width: 0;
}
.mandatory {
	color: #FF0000;
}
.mand {
	margin-bottom: 10px;
	margin-left: 17.5em;
	text-align:left;
}
.form_chk_msg {
	margin-top: -2px; 
	margin-bottom: 20px; 
	margin-left: 17.5em; 
	text-align:left;
}

pre {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 1em; 
	overflow: auto;
	padding-top: 10px;
}


.fbox {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.04);

    white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
}


.att {
	background: #FFF none repeat-x 0 0;
	background-repeat: repeat;
	text-align:left;
	margin: -20px 0 8px 140px;
	padding: 5px 2px 5px 5px;
	width: 500px;
	overflow:auto;
	height: auto;
	border: solid 1px #E3E5E5;
	box-shadow: 1px 1px 1px 1px #BBB;
	border-radius: 3px;
	text-align: left;
}

.form {
	width: 98%;
	/*
	background: #ECF1F3 none repeat-x 0 0;
	padding: 15px 5px 5px 8px;
	border: solid 1px #D7D9D9;
	box-shadow: 1px 1px 1px 1px #BBB;
	box-shadow: 2px 2px 2px 2px #BBB;
	border-radius: 7px;
	text-align:left;
	overflow: auto;
	*/
}

::placeholder {
    color: #b3b3b3 !important;
    opacity: 1;
}
::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b3b3b3 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #b3b3b3 !important;
}