body{
	font-family: Arial, Helvetica;
	margin: 0 0 0 0;
	background-color: #c2c2c2
}

div.container {
	width: 90%;
	margin: 0;
       	position: absolute;
	left: 5%;
	margin-top: 66px;
}

div.menu {
	background-color: #454578;
	width: 100%;
	border-spacing: 0px;
	height: 66px;
       	border-radius: 12px;
}

table.menu {
	width: 200px;
	border: 0px;
	font-size: 14px;
	font-weight: bolder;
	position: absolute;
	margin-top: 20px;
	right: 1%;
}

#logo {
	position: relative;
	top: -1px;
	right:-7px;
}

div.main_container {
	background-color: #cdcdcd;
	width: 90%;
	margin-bottom: 1%;
	margin-left: 5%;
	border: 1px solid #acacac;
	border-top:none;
}

div.main_content {
	padding: 5%;
	margin-bottom: 5%;
	width:90%;
}

span.header {
	font-family: Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 80%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	color: #454578;
}

hr {
	border-radius:2px;
	color: #ffffff;
	background-color:#454578;
	height: 4px;
	border: 0;
}

div.box {
	padding: 1%;
	margin: 2%;
}



.action {
	cursor:pointer;
}

.button1 {
	font-family: Arial, Helvetica;
	font-size: 13px;
	padding: 2px;
	margin: 2px;
	height: 23px;
	border-radius: 5px;
	background-color: #ffffff;
}

.footer {
	background-color:#231547;
	width: 90%;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	height: 51px;
	margin-left: 5%;
	margin-bottom: 50px;
	border: 1px solid #acacac;
}

.footer_txt {
	padding-top: 15px;
	position: absolute;
	right: 10%;
	width: 100px;
}

.white_action {
	cursor: pointer;
	color: White;
	text-decoration: none;
}

.box {
	background-color:#a7a2b4;
}

#bdInput {
	width: 200px;
}

#p {
	margin-bottom: none;
	padding-bottom: none;
	line-height: 8px
}

textarea.output {
	font-family: Arial, Helvetica;
	width: 200px;
	height: 40px;
	font-size: 15px;
	border-radius: 5px;
	border: none;
	margin-top: none;
	padding-top: none;
}

.input {
	border-radius: 5px;
	border: none;
	height: 35px;
}

textarea.output2 {
	 font-family: Arial, Helvetica;
	 width: 500px;
	 height: 500px;
	 font-size: 15px;
	 border-radius: 5px;
}


a.download {
	color: #231547;
	text-decoration: none;
}
