html {margin:0;padding:0;}
#convert_main{padding: 5px 0 5px 0;margin:auto;position:relative;width:1000px;}
	#convert_main .content{;position:relative;width:1000px;;display:none;margin:auto;}
		#convert_main .content label{font-size:20px;}
		#convert_main .content input{font-size:20px;padding:6px;border:1px solid #cecece;/*border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;*/}
		#convert_main .content input:hover{border:1px solid #aaa;}
		#convert_main .content input:focus,#convert_main .content select:focus{border:1px solid #0075ea;box-shadow:0px 0px 3px #484848;}
		#convert_main .content select{font-size:20px;padding:5px;border:1px solid #cecece;overflow:hidden;background:none;/*border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;*/}
		#convert_main .content ._button{
			background: rgb(64,150,238); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(64,150,238,1) 1%, rgba(0,117,234,1) 99%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(64,150,238,1)), color-stop(99%,rgba(0,117,234,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(64,150,238,1) 1%,rgba(0,117,234,1) 99%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(64,150,238,1) 1%,rgba(0,117,234,1) 99%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(64,150,238,1) 1%,rgba(0,117,234,1) 99%); /* IE10+ */
			background: linear-gradient(top, rgba(64,150,238,1) 1%,rgba(0,117,234,1) 99%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#0075ea',GradientType=0 ); /* IE6-9 */
			border:1px solid #0062CC;
			color:#fff;
			cursor:pointer;
		}
		#convert_main .content ._button:hover{
			background: rgb(34,162,247); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(34,162,247,1) 1%, rgba(0,114,255,1) 99%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(34,162,247,1)), color-stop(99%,rgba(0,114,255,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(34,162,247,1) 1%,rgba(0,114,255,1) 99%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(34,162,247,1) 1%,rgba(0,114,255,1) 99%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(34,162,247,1) 1%,rgba(0,114,255,1) 99%); /* IE10+ */
			background: linear-gradient(top, rgba(34,162,247,1) 1%,rgba(0,114,255,1) 99%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22a2f7', endColorstr='#0072ff',GradientType=0 ); /* IE6-9 */
			border:1px solid #0062CC;
			color:#fff;
		}
		#convert_main .content ._button2{
			background: rgb(255,255,255); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
			background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
			border:1px solid #ddd;
			color:#0062CC;

			cursor:pointer;
		}
		#convert_main .content ._button2:hover{
			background: rgb(238,238,238); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
			background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
			border:1px solid #0062CC;
			color:#0062CC;
			text-decoration:none;
		}
		#convert_main .content ._home{
			background: rgb(255,255,255) url('../images/home.png') no-repeat center center; /* Old browsers */
			width:32px;
			border:1px solid #ddd;
			color:#0062CC;
			cursor:pointer;
		}
		#convert_main .homewrap{
			position:relative;
			width:730px;
			margin:0 auto;
			padding:0;
		}
		#convert_main .homewrap ul.home {
			list-style:none;
			position:relative;
			float:left;
			margin-top:120px;
			border:1px solid #ddd;
			border-radius:5px;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			box-shadow:0px 0px 5px #eee;
		}
		#convert_main .homewrap ul.home li.homec {
		float:left;position:relative;border:1px solid #ddd;margin:10px;padding:5px;width:200px;height:60px;overflow:hidden;
		}
		#convert_main .homewrap ul.home li.homec:hover {
		box-shadow:0px 1px 2px #484848;cursor:pointer;border:1px solid #0075ea;text-decoration:none;
		}

.trans{-webkit-transition: all 0.20s ease-in-out;-moz-transition: all 0.20s ease-in-out;-o-transition: all 0.20s ease-in-out;-ms-transition: all 0.20s ease-in-out;transition: all 0.20s ease-in-out;}
#result {
	margin-top:10px;
	display:none;
	font-size:38px;
	padding:6px;
	text-align:center;
}
.err {
	text-shadow:1px 1px 0px #484848;
	color:#fff;
	background-color:#c20000;
}
.notice {
	text-shadow:1px 1px 0px #F9B300;
	color:#555;
	background-color:#fceabb;
}
._result{
	text-shadow:1px 1px 0px #484848;
	color:#fff;
	background-color:#0096F4;
}
.round { border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;}
._loading {position:absolute;width:24px;height:24px;text-indent:26px;background:#fff url('../images/spinner.gif') no-repeat left center;display:none;}

/*.active {
		box-shadow:0px 1px 5px #0075ea;cursor:pointer;
		color:#1e5799;text-decoration:none;border: 1px solid #0075ea;
		}*/
.active h3{color:#1e5799;}
div.converter{background-color:#f1f1f1;padding:3px;border:1px solid #ddd;text-align:center;position:relative;}
div.search{padding:2px 5px 2px 5px;margin:0 auto;height:38px;}
/*TagInput*/
div.tagsinput {background:none;margin:0 auto;overflow:hidden;}
div.tagsinput span.tag { border: 1px solid #a5d24a; display: block; float: left; padding: 5px; text-decoration:none; background: #cde69c; color: #638421; margin-right: 5px;font-family: helvetica;  font-size:20px;}
div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 18px;  } 
div.tagsinput input { width:476px; margin:0px; font-family: helvetica; font-size: 13px;background-color:#fff; color: #000; margin-right:5px;max-width:476px; }
div.tagsinput div { display:block; float: left;margin:0;padding:0; } 

.not_valid {background: #FBD8DB !important; color: #90111A !important;}
p._info{background:url('../images/info.png') no-repeat left center; width:24px;height:24px;float:right;margin-top:3px;display:inline-block;}
div._icon {position:absolute;right:5px;top:3px;}
div._close {position:relative;background-color:#fff;float:left;margin-top:10px;margin-right:3px;font-size:16px;padding:2px;color:#484848;text-shadow:0px 0px 0px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;cursor:pointer;}

/*ClearText*/
.clearText{
	color:#ccc;
}
#searchVal_addTag{margin:0;height:38px;}
#wizard {height:35px;}