*{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
body {
	padding: 0px;
	width:990px; 
	margin:-30px auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
}

a {color:#2989b8;text-decoration:none}

#clear{
	clear:both;
}
#wrapper-top{
/*	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	border:1px solid #c9c9c9;
	background: #fcfcfc;
*/
	padding: 5px;
	width: 980px;
}
#wrapper-latest{
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	border:1px solid #c9c9c9;
	background: #fcfcfc;

	height: 120px;
	padding: 5px 0 0 13px;
	margin-top: -6px;
}
#wrapper-latest h4 {
	padding: 0px 0px 0 0px;
	margin: 0px 55px 10px 45px;
	border-bottom: 1px dotted #DDD;
	font-size: 15px;
	color: #2e95cb;
}

#wrapper-right {
	width: 350px;
	height: 290px;
	margin-left: 10px;
	margin-top: 13px;
	padding: 6px;
	/*
	background: #fcfcfc;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	border:1px solid #c9c9c9;
	*/
	float:left;
	display: inline-block;
}
#upload-wrapper {
	width: 625px;
	height: 290px;
	margin-right: 5px;
	margin-left: auto;
	margin-top: 13px;
	background: #fcfcfc;
	padding: 50px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	border:1px solid #c9c9c9;
	/*-moz-box-shadow: 1px 1px 2px #c9c9c9;
	-webkit-box-shadow: 1px 1px 2px #c9c9c9;
	-o-box-shadow: 1px 1px 2px #c9c9c9;
	box-shadow: 1px 1px 2px #c9c9c9;*/
	float:left
}
#upload-wrapper h3 {
	padding: 0;
	margin: -20px 0px 15px 0px;
	border-bottom: 1px dotted #DDD;
	font-size: 18px;
	color: #2e95cb;
}
#upload-wrapper input[type=file] {
	border: 1px solid #DDD;
	padding: 6px;
	background: #FFF;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
}
/*#upload-wrapper .submit-btn2 {
	border: none;
	padding: 10px;
	background: #61BAE4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius:5px;
	color: #FFF;
	cursor:pointer;
}*/

.iconslist {
	list-style:none;
	position: relative;
	overflow: hidden;
	height: 64px;
}
.iconslist li {
	display: block;
    float: left;
    height: 64px;
    margin-right: 10px;
    position: relative;
    width: 64px;
    max-width: 64px;
    overflow: hidden;
}
.iconslist li img {
	display: inline;
	position: absolute;
}

#output{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius:3px;
	font-size: 12px;
	width: 360px;
	height: 75px;
	border: 1px dashed #444;
	background:#FFF0D4;
	padding: 5px;
	margin: -105px 0 0 0;
	z-index:1000;
}
#output img{
	border: 1px solid #DDD;
	background: url('/imgs/transparent.png') #fff;
	margin-left: 5px;
}
#output_res {
	margin-top: 0;
	font-size:11px
}
#loading-img{
	margin: 25px 0 10px 20px;
	height: 135px;
	width: 135px;
}
input.submit-btn {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
border-radius:3px;
-moz-box-shadow: 0 1px 0 0 #68b6df inset, 0 1px 0 0 #CCCCCC;
-webkit-box-shadow: 0 1px 0 0 #68b6df inset, 0 1px 0 0 #CCCCCC;
-o-box-shadow: 0 1px 0 0 #68b6df inset, 0 1px 0 0 #CCCCCC;
box-shadow: 0 1px 0 0 #68b6df inset, 0 1px 0 0 #CCCCCC;
background: -moz-linear-gradient(center top , #61BAE4, #2b93ca) repeat scroll 0 0 transparent;
background: -webkit-linear-gradient(top , #61BAE4, #2b93ca) repeat scroll 0 0 transparent;
background: -o-linear-gradient(top , #61BAE4, #2b93ca) repeat scroll 0 0 transparent;
background: linear-gradient(top , #61BAE4, #2b93ca) repeat scroll 0 0 transparent;
background: linear-gradient(to top, #2b93ca 0%, #61BAE4 100%, #2b93ca 100%);
border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    /*
	display: block;
    margin: 40px 0 5px;
    padding: 11px 20px;
	*/
    font-size: 21px;
    font-weight: bold;
    position: relative;
	bottom:10px;
    margin: 35px 0 0 20px;
    padding: 11px 20px;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    width: 135px;
	height: 135px;
}
input.submit-btn:focus {outline: 0 none;}
input.submit-btn::-moz-focus-inner {
  border: 0;
}
input.submit-btn:hover{
	background: none repeat scroll 0 0 #379ed0;
}

.inputBtnSection{
    display:inline-block;
    vertical-align:top;
    font-size:0;
    font-family:verdana;
	
}
.disableInputField{
    display:inline-block;
    vertical-align:top;
    height: 37px;
    font-size:14px;
    padding:0 6px;
	width: 320px;
	border: 1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius:3px;
	margin-top: 25px;
	
}

.fileUpload {
	position: relative;
	overflow: hidden;
    display:inline-block;
    vertical-align:top;
	margin: 25px 6px 0 -50px;
	
}
.uploadBtn{
    display:inline-block;
    font-size:12px;
    height:37px;
	border: 1px solid #999;
	padding: 10px;
	background: -moz-linear-gradient(center top , #cfcfcf, #bbbbbb) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(top , #cfcfcf, #bbbbbb) repeat scroll 0 0 transparent;
	background: -o-linear-gradient(top , #cfcfcf, #bbbbbb) repeat scroll 0 0 transparent;
	background: linear-gradient(top , #cfcfcf, #bbbbbb) repeat scroll 0 0 transparent;
	background: linear-gradient(to top, #bbbbbb 0%, #cfcfcf 100%, #cfcfcf 100%);
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	-o-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
	color: #333;
	cursor:pointer;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.download {
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
    -moz-box-shadow: 2px 2px 0 0 #CCCCCC;
	-webkit-box-shadow: 2px 2px 0 0 #CCCCCC;
	-o-box-shadow: 2px 2px 0 0 #CCCCCC;
	box-shadow: 2px 2px 0 0 #CCCCCC;
    background: none repeat scroll 0 0 #41a3d4;
    color: #FFFFFF;
    display: inline-block;
    font-size: 40px;
    left: 0;
    line-height: 34px;
    padding: 10px 19px 15px 19px;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 0 #999999;
    top: 2px;
}
.download:hover{
	background: none repeat scroll 0 0 #379ed0;
}

#head {margin-bottom:30px;}
#head h2 {color: #41a3d4;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    padding-left: 75px;
    position: relative;
    text-shadow: 0 1px 0 #CCCCCC, 1px 2px 0 #CCCCCC, 2px 3px 0 #CCCCCC;
    text-transform: uppercase;}
#logo {
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
    -moz-box-shadow: 2px 2px 0 0 #CCCCCC;
	-webkit-box-shadow: 2px 2px 0 0 #CCCCCC;
	-o-box-shadow: 2px 2px 0 0 #CCCCCC;
	box-shadow: 2px 2px 0 0 #CCCCCC;
    background: none repeat scroll 0 0 #41a3d4;
    color: #FFFFFF;
    display: inline-block;
    font-size: 40px;
    left: 0;
    line-height: 40px;
    padding: 10px 13px 15px;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 0 #999999;
    top: 2px;
}

#head h3 {font-size:27px;line-height: 100%; margin-bottom:20px; margin-top:0; color:#555; text-shadow: 0 1px 0 #EEEEEE, 1px 2px 0 #EEEEEE, 2px 3px 0 #EEEEEE;}
#head p {font-size:14px; line-height:140%; font-family:arial;}

#head h2, #head h3 {font-family:dosis;}

.footer {
	padding-top: 30px;
	font-size:12px;
}
