@CHARSET "UTF-8";

.configTitle {
	font-weight: bold;
	margin-bottom: 25px;
}

.configBlockTitle {
	font-weight: bold;
}

.configBlock {
	margin-left: 30px;
	margin-bottom: 25px;
}

.configTextField {
	width: 200px;
}

.configTableFirstTD {
	width: 240px;
}

.configTableSecondTD {
	width: 220px;
}

.configTableTDAsset1 {
	width: 155px;
}

.configTableTDAsset2 {
	width: 85px;
}

.configTableSlimTD {
	width: 110px;
}

.mandatory {
	color: red;
}

.error {
	color: red;
}

.registTitle {
	font-size: 22px;
	font-weight: bold;
}
/*field style*/
.registWideText {
	font-family: Veranda;
	font-size: 12px;
	width: 250px;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
}

.registTCTextarea {
	width: 98%;
}

.registWideSelect {
	width: 250px;
}

.registLabel {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

.registTd {
	vertical-align: middle;
	height: 24px;
}
.registTdRight {
	vertical-align: middle;
	text-align:right;
	padding-right:5px;
	width:200px;
}
.registTitle2 {
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 23px;
}

.registTitleInfo {
	font-family: Veranda;
	font-size: 12px;
	width: 550px;
}

.registDropdown {
	font-family: Veranda;
	font-size: 12px;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.registMainDiv {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 50px;
}

.registError {
	font-family: Arial;
	font-size: 12px;
	width: 245px;
	color: red;
	font-weight: bolder;
}
.hrStyle{
	margin:20px 0 20px 0;
}
.confidentContent {
	width: 600px;
	height: 200px;
	border: 1px;
	border-style: solid;
	border-color: #aaaaaa;
	padding: 5px;
	overflow-y: auto;
	overflow-x: hidden;
}

.registWideFieldTd {
	vertical-align: top;
}
/*user name style*/
.readonlyText {
	background-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #7d9aaa;
	width: 250px;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.readonlyTextforUserName {
	background-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #7d9aaa;
	
}