/*for contac box begin*/
.cont {
}

.cont .content{
	padding: 0 30px 0 30px;
}
.cont .content input {
	font-size: 11px;
	border: 1px solid #001A4F;
	background-color: #C7BABA;
	color: #B30000;
}
.cont .content textarea {
	font-size: 11px;
	width: 250px;
	border: 1px solid #001A4F;
	background-color: #C7BABA;
	color: #B30000;
}
.cont .content select {
	font-size: 11px;
	width: 200px;
	border: 1px solid #001A4F;
	background-color: #C7BABA;
	color: #B30000;
}

.cont .content .button {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11px;
	font-weight: normal;
	height: 18px;
	border: 1px solid #B30000;
	background-color: #616175;
	color: White;
	padding: 0px 10px 0 10px;
	cursor: pointer;
}
.cont .content th {
	font-weight: normal;
	padding: 1px;
	vertical-align: top;
	text-align: left;
	}
.cont .content td {
	padding: 1px;
	vertical-align: top;
	/*border: dotted 1px gray;*/
	}
/*for contac box end*/

address {
	padding: 1px 2em 1px 2em;
}

sup {
	color: Red;
}
