body {
	
      padding-top: 0px;
      padding-bottom: 0px;
      
}
   
.ajax-upload-dragdrop span {
	
	  display: none !important;
	  
}
.ajax-file-upload {
	
	  background: #fff;
	  border: 1px solid #CCC;
      -webkit-box-shadow:inset 0 1px 1px 1px rgba(0,0,0,.075);
      box-shadow:inset 0 1px 1px 1px rgba(0,0,0,.075);
      -webkit-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px;
      font-size: 4.6em !important;
      font-weight:bolder;
      cursor:pointer !important;
      line-height: 100px;
      text-align: center;
      vertical-align: middle;
      
}

.ajax-upload-dragdrop {
	
		pointer:cursor;
		
}

.ajax-file-upload-progress {
	
	font-size:4em !important;
	color: #000000;
	padding-left:30px;
	-webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow:inset 0 1px 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px 1px rgba(0,0,0,.075);
    background-color: rgb(30,178,2);
	
}
.ajax-file-upload-filename {
	
  	font-size: 0em;
  	display:none;
  	
}
input[type='file'] {
	
  	height:100px !important;
  	cursor:pointer;
  	
}
#fileuploader {
	
  	font-size:6.5em !important;
  	
}
.btn-xlarge {
	
    padding: 18px 26px;
    font-size: 32px;
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
}

div.guidance-page, div.guidance-on-images {

	background-color:#fff;font-size:2.5em;

}

a.btn-block, .btn-block + .btn-block, .btn-block {

    font-size:1.6em;
    margin: 40px 0;

}

.fixedbuttonbottom { 
	
 	text-align:center;
 	position:fixed;
 	bottom:0;
 	height:100px;
 	font-weight:bold;
 	border-radius:0;
 	font-size:60px !important;
 	margin-bottom:0 !important;
 	left:0;
 	width:100%;

}

.fixedbuttonbottom2 { 
	
 	text-align:center;
 	position:fixed;
 	bottom:0;
 	font-weight:bold;
 	border-radius:0;
 	font-size:60px !important;
 	margin-bottom:0 !important;
 	left:0;
 	width:100%;

}

.fixedtoTopContainer {
	
    text-align:center;
    position:fixed;
    top:0;
    height:100px;
    z-index:9999;
    
}

div#countdown_wrapper {
	
    overflow:hidden;
    width:100%; 
    margin-top:40px;
    
}
div#countdown {
	
    width:600px;
    margin:auto;
    
}
div#countdown_title {
	
    text-align:center;
    font-size:2em;
    background:#e1e1e1;
    width:600px;
    margin:auto;
    text-transform:uppercase;
    
}
div.calnote {
    
    width:150px;
    height:100px;
    background: #eee;
    float:left;
    display:inline;
    
}
div.calhead {
	
    text-align:center;
    font-size:2em;
    
}
div.calcontent {
	
    text-align:center;
    font-size:2em;
    
}




.btn-success {
	background-color: rgb(30,178,2) !important;
    border-color: #4cae4c !important;
    color: #fff !important;	
}

.btn-danger {
	background-color: #FF3333 !important;
}

















