#thumbnails{
display:block;margin-top: 3px;padding: 8px 0px;
background: -webkit-linear-gradient(#085984, #6a96d0); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#085984, #6a96d0); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#085984, #6a96d0); /* For Firefox 3.6 to 15 */
background: -ms-linear-gradient(#085984, #6a96d0); /* For IE */
background: linear-gradient(#085984, #6a96d0); /* Standard syntax (must be last) */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#085984', endColorstr='#6a96d0',GradientType=0 );
border-radius: 7px;overflow: hidden;
}
.slide{width: 100%;}
.slideall{width: 100%;}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*height:1120px;*/
	font-family: "Segoe UI", Tahoma, sans-serif;
	color:#404040;
    background: #ffffff;
	font-size: 14px;
}
#body-content h1 {
    color: #333;
    font-weight: normal;
    font-size: 26px;
    line-height: 46px;
}

h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
}

/*img tag to auto shrink images in the browser*/
img {
    max-width: 190%;
 	height: auto;
    width: auto\9; 
}
#upload-wrapper {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
    max-width:930px;
	margin-top: 20px;
	padding: 50px 10px 10px 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 3px #AAA;
}
#upload-wrapper h3 {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	margin-top: -30px;
	border-bottom: 1px dotted #DDD;
    font-family: "Segoe UI", Tahoma, sans-serif;
    font-size: 14px;
    font-weight:normal;
    
    
   
    
}
#upload-wrapper p {
    font-family: "Segoe UI", Tahoma, sans-serif;
    font-size: 14px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 22px;
    
}
#upload-wrapper input[type=file] {	
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
    background-color: #edece8;
    width: 50%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #edece8;
    border: none;
    color: #000000;
    outline: none;
    border-radius: 5px;
  
   
    
}
#upload-wrapper input[type="text"] {	
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
    background-color: #edece8;
    width: 50%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #edece8;
    border: none;
    color: #000000;
    outline: none;
    border-radius: 5px;
    
}
#upload-wrapper input[type="url"] {	
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
    background-color: #edece8;
    width: 50%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #edece8;
    border: none;
    color: #000000;
    outline: none;
    border-radius: 5px;  
}
/*
#upload-wrapper input.break{	    word-wrap: break-word;
    word-break: break-all;height:80px;}*/
#upload-wrapper #submit-btn, #newtab-btn, #plus-btn {	
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
    font-size: 16px;
    padding: 15px 15px 15px 15px;
    cursor: pointer;
    border: none;
    background: #136899;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    /* box-shadow: 0px 3px 1px #2075aa; */
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
#about-btn {	
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
    font-size: 11px;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    border: none;
    background: #136899;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    /* box-shadow: 0px 3px 1px #2075aa; */
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}  
}
#upload-wrapper #submit-btn:disabled {
	border-radius: 5px;
	padding: 15px 15px 15px 15px;
	background: #136899;
}
#output{
	padding: 5px;
	font-size: 8px;
}
#output img {
	border: 1px solid #DDD;
	padding: 5px;
}
/* progress bar style */
progress {
	height: 15px;
	border: 0px none;
	background-color: #edece8;  
}
progress::-webkit-progress-bar {  
	background-color: #edece8;   
}  
progress::-webkit-progress-value {  
	  
}  
progress::-moz-progress-bar {  
	
}
/* Footer */
#footer{
 text-align: center;
 height: 25px;
 padding-top: 3px;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #EEEEEE;
 color: #404040;
 font-family: "Segoe UI", Tahoma, sans-serif;

 
 }
#footer .cc {
 display: inline-block;
 border-width: 0;
 vertical-align: middle;
 width: 20px;
 height: 20px;
 background-position: 0 0;
 }
#footer p{
 padding: 0px;
 margin: 0px;
 font-size: 11px;
 font-family: "Segoe UI", Tahoma, sans-serif;
 color:#404040;
 background: #ffffff;
 }


 a:hover{cursor:pointer;}
 
 *::-webkit-input-placeholder {
  
	opacity: 1 !important;
}
*:-moz-placeholder {
    /* FF 4-18 */
   
	opacity: 1 !important;
}
*::-moz-placeholder {
    /* FF 19+ */
  
	opacity: 1 !important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
   
	opacity: 1 !important;
}
/*File Chooser*/
.image-upload {
   vertical-align: middle;  
    margin-right: auto;
	margin-left: auto;
	margin-top: auto;
    background-color: #edece8;
    width: 50%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #edece8;
    border: none;
    color: #000000;
    outline: none;
    border-radius: 5px;  
 /* display: inline;*/
  
   
}

.image-upload > input
{
    /*display: none;*/
   position:absolute; 
   top:-100px;
}

.image-upload label img {
  height: 40px;
  width: 40px;
  vertical-align: middle;
  line-height: 2em;
}
.image-upload img {
  cursor: pointer;
}
#about {
    margin: 50px auto 15px;
    padding: 0px 50px 40px;
    width: 700px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #FFF;
    text-align: justify;
    line-height: 22px;
}