/*------------ S1 Single Unit to Unit Converter form, graphic and table ----------*/

.s1-ueu-converter-form tbody {
	border-bottom: 0px solid #ddd;
}

/*------------ Intro text ----------*/
.s1-ueu-converter-intro .highlight {
	font-weight: bold;
}

/*------------ Form styles ----------*/
.s1-ueu-converter-form {
	margin-bottom: 30px;
	text-align: left;
	border-collapse: collapse;
}

.s1-ueu-converter-form input,
.s1-ueu-converter-form select,
.s1-ueu-converter-form textarea {
	width: 100%;
}

.s1-ueu-converter-form th {
	font-weight: bold;
	text-transform: none;
	padding: 10px;
	border: 0px solid transparent;
	text-align: center;
}

.s1-ueu-converter-form td {
	padding: 10px;
	border: 0px solid transparent;
	text-align: left;
}

.s1-ueu-converter-form .inputnum {
	text-align: left;
}

.s1-ueu-converter-form .answerbox input {
	border-color: #cc0000;
}

/*------------ Canvas ----------*/
.s1-ueu-converter-canvas {
	border: 0 solid #666666;
	display: block;
	margin-bottom: 30px;
}

/*------------ Enquiry Button ----------*/
.s1-ueu-converter-bluebutton input[type="submit"] {
	padding: 4px 12px;
	margin: 0 10px 60px 0;
	text-transform: none;
	color: #67a3e1;
	background-color: transparent;
	border: 1px solid #67a3e1;
}

.s1-ueu-converter-bluebutton input:hover[type="submit"] {
	color: #fff;
	background-color: #3384d6;
	border-color: #3384d6;
}

.s1-ueu-converter-bluebutton input:active[type="submit"] {
	color: #fff;
	background-color: #0066cc;
	border-color: #0066cc;
}

/*------------ 2 Column Conversion table styling ----------*/
.s1-ueu-converter-table {
	border: 1px solid #666666;
	text-align: right;
	margin-bottom: 60px;
	width: auto;
}

.s1-ueu-converter-table th {
	padding: 0 30px;
	border: 1px dashed #666666;
	text-align: right;
	font-weight: bold;
	text-transform: none;
}

.s1-ueu-converter-table td {
	padding: 0 30px;
	border: 1px dotted #666666;
	text-align: right;
}