textarea{resize:none;}
body{background-color:#1d1d21;}


.ta_t1
{
	font-family: monospace;
	border: 1px #031349 solid;
	border-left-width:3px;
	border-right-width:3px;
	color: #031349;
	background-color: #f7f9ff;
	width: 600px;
	height: 250px;
	font-size: 90%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
	-moz-box-shadow: 4px 4px 1px #a1a3ac;
	-webkit-box-shadow: 4px 4px 1px #a1a3ac;
	box-shadow: 4px 4px 1px #a1a3ac;
}

.conv_btn
{
	color: #031349;
	background-color:#edf5f3;
	font-size:70%;
	border: 1px #031349 solid;
	border-left-width:2px;
	border-right-width:2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 1px #a1a3ac;
	-webkit-box-shadow: 2px 2px 1px #a1a3ac;
	box-shadow: 2px 2px 1px #a1a3ac;
}

.conv_btn:hover
{
	cursor:pointer;
	background-color:#e5e7fa;
}

.c_center
{
	text-align: center;
}

.c_left
{
	text-align: left;
}

.cnv_btns_p
{
	padding:0px;
	margin:0px;
	margin-top:10px;
}


.cnv_cont
{
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color:#dbdfeb;
	padding-bottom:40px;
	padding-top:40px;
}
