html{
	background-color:#fff;
}
body{
	/* [disabled]-webkit-border-radius:10px; */
	/* [disabled]-moz-border-radius:10px; */
	border-radius:10px;
	color:#444;
	/* [disabled]background-color:#eaeaea; */
	font-size:13px;
	font-family:'Archivo', sans-serif;
	padding:12px 0px 12px 0px ;
	/* [disabled]width:860px; */
	/* [disabled]margin:15px auto; */
	/* [disabled]box-shadow:1px 1px 8px #444; */
	/* -mox-box-shadow:1px 1px 8px #444; */
	/* [disabled]-webkit-box-shadow:1px -1px 8px #444; */
	}

a,a:visited{
	color:#4183C4;
	text-decoration:none;
	border:0;
}

a:hover{
	text-decoration:none;
}


.sortable li{
	margin:5px 0 0 0;
	padding:0;
}

	
.input{
	border:1px solid #d4d4d4;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
	width:95%;
	margin:0;
	background:#f6f6f6;
	background:-moz-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));
	background:-webkit-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);background:-o-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);  
	background:-ms-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);background:linear-gradient(to bottom,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);
	margin-bottom:10px;
	margin-top:10px;
	}
	
.inputbutton{
	border:1px solid #cc0000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	padding:10px;
	width:100%;
	color:#fff;
	cursor:pointer;
	font-size:15px;
	margin:0;
	background:#d22602;
	background:-moz-linear-gradient(top,#d22602 0%,#d22602 47%,#cc0000 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#d22602),color-stop(47%,#d22602),color-stop(100%,#cc0000));
	background:-webkit-linear-gradient(top,#d22602 0%,#d22602 47%,#cc0000 100%);background:-o-linear-gradient(top,#d22602 0%,#d22602 47%,#cc0000 100%);  
	background:-ms-linear-gradient(top,#d22602 0%,#d22602 47%,#cc0000 100%);background:linear-gradient(to bottom,#d22602 0%,#d22602 47%,#cc0000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d22602',endColorstr='#cc0000',GradientType=0);
	margin-bottom:10px;
	margin-top:10px;
	}
	
.download{
	border:1px solid #d22602;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	padding:10px;
	width:100%;
	color:#fff;
	cursor:pointer;
	font-size:15px;
	margin:0;
	background:#cc0000;
	background:-moz-linear-gradient(top,#cc0000 0%,#cc0000 47%,#d22602 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#cc0000),color-stop(47%,#cc0000),color-stop(100%,#d22602));
	background:-webkit-linear-gradient(top,#cc0000 0%,#cc0000 47%,#d22602 100%);background:-o-linear-gradient(top,#cc0000 0%,#cc0000 47%,#d22602 100%);  
	background:-ms-linear-gradient(top,#cc0000 0%,#cc0000 47%,#d22602 100%);background:linear-gradient(to bottom,#cc0000 0%,#cc0000 47%,#d22602 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000',endColorstr='#d22602',GradientType=0);
	margin-bottom:10px;
	margin-top:10px;
	text-transform:uppercase;
	}
	
.holder{
	width:340px;
	height:350px;
	margin-top:10px;
	border:2px solid #ccc;
	margin-bottom:10px;
	background:url(../img/nocode.png) no-repeat;
}

.holder img{
	width:340px;
}
.border{
	background: #d22602;
	border-radius:8px;
	padding:1px 0 0 1px;
	
}

p{
	line-height:16px;
	padding:2px;
	color:#666;
	text-align:justify;
}

img{
	border:0;
}



	
	

.clear{
	width:100%;
	clear:both;
	border-top:1px solid #ddd;
	border-bottom:1px solid #f9f9f9;
}

.title{
	font-size:25px;
	padding-bottom:10px;
	text-align:center;
	
}

.col1{
	width:38%;
	float:left;
	text-align:center;
}

.col2{
	width:58%;
	float:right;
}
	
.RED {
	color: #96140F;
}
.SMALL {
	font-size: 10px;
}

/*================================================== */
/* IPHONE */
/*================================================== */
@media only screen and (max-width: 479px) {
.col1{
	width:100%;
	float:left;
	text-align:center;
	display:block
}

.col2{
	width:100%;
	float:right;
	display:block
}
.holder{
	width:100%;
	height:350px;
	margin-top:10px;
	border:2px solid #ccc;
	margin-bottom:10px;
	background:url(../img/nocode.png) no-repeat;
}

.holder img{
	width:100%;
}
}
