
.dataline{
	background:#dfdfdf;
	padding:.2em;
	font-weight:bold;
	height:auto;
	line-height:1.2em;
	width:100%;
}

.caption1 {
	display: inline-block;
  	width: 40%;
	font-weight:bold;
}

.data1 {
	font-weight:normal;
	text-align: left;
	padding-bottom: 7px;
	line-height:20px;	
}

.wsbutton{
	background-color: #00662E;
	border: 1px solid #00612C;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.42857143;
	margin-bottom: 20px;
	padding: 5px 18px;
}

.wsbutton:hover{
	background-color: #00662E;
	border: 1px solid #00612C;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.42857143;
	margin-bottom: 20px;
	padding: 5px 18px;
}

.wsbutton2 {
	background-color: transparent;
	border: none;
	color: #337ab7;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 0;
	text-decoration: underline;
}

.wsbutton2:hover{
	color: #ee7624;
	text-decoration: none;
}

.actionbtn {
	margin: 0px 0px 10px, 0px;
	border-radius: 0.75em;
	transition: background-color 100ms ease-in-out;
	color: rgb(245, 245, 245);
	text-transform: none;
	display: block;
	min-height: 4.5em;
	box-shadow: 0px 0.25em 0px 0px #f39400;
	background-color: rgb(0, 39, 120);
	/*width: 48%;*/
}

.actionbtn:hover {
    text-decoration: none;
    background-color: #d6dcec;
    color: #000000;
    box-shadow: 0 0.25em 0 0 #f39400;
}
.inputerror1 {
	color:red;
	font-weight:bold;
}

.errortitle {
	padding-top: 2px; 
	padding-bottom:2px;
	padding-left:5px; 
	border: #FF000 1px solid;
	text-align: left;
	color:#000000;
	font-weight:bold;
	background-color:#fcccd3;
}

.inputbox {
	padding:.2em;
}

/*table td {
border: 1px solid black;
}*/

.cart {
	border: 1px solid black;
}

.field {
	width:80%;
}



