@charset "utf-8";
/* CSS Document */
body{margin:0; font-family: 'Open Sans', sans-serif; font-size:14px;}
.container{width:100%;}
.accordion.ui-accordion.ui-widget.ui-helper-reset {margin: 5px 15px 2px;}
.accordion h3{font-size:18px; margin-bottom:0px;background:#FFFFFF none repeat scroll 0 0; padding:10px 0 10px 20px; color:#484848; border-bottom:0px solid #0073aa;font-weight:normal;margin-top:10px;}
.accordion h4{font-size:14px; margin-top:0; color:#484848;}
.inputdiv span {
    margin-left: 20px;
    color: #d94541;
	font-style:italic;
}
.mainsection{width:100%; margin:0 auto;}
.raffle{width:100%;  background:#fff none repeat scroll 0 0; background-size:cover; float:left;}
.whitesection{background:#fff; padding:20px; margin:0px; border-bottom:2px solid #eef1f8;} 
.raffle .inputdiv {margin: 12px 0;}
.inputdiv input {margin-left: 0;}
.inputdiv  input[type="text"] {height: 30px; padding: 0 10px; border:2px solid #d4d4d4;}
.inputdiv  input[type="text"]:focus{border:2px solid #EBBD0A;}
.raffle input[type="submit"]{font-size:16px; color:#fff; width:100px; height:34px; border:none;border-radius:2px; 
/*background: #64922f; background: -moz-linear-gradient(top,  #64922f 0%, #416c10 100%); background: -webkit-linear-gradient(top,  #64922f 0%,#416c10 100%); background: linear-gradient(to bottom,  #64922f 0%,#416c10 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64922f', endColorstr='#416c10',GradientType=0 );
*/
}
.raffle input[type="submit"]:hover{}
.inputdiv ul{
	list-style:none;
	list-style-type:none;
}
.inputdiv ul li{
	display: inline-flex;
	list-style:none;
	list-style-type:none;
	margin:3px;
}
.inputdiv ul li.sel{
	border: 3px solid #777;
}
.inputdiv ul li img{
	width:100px;
	border:0px;
	cursor:pointer;
}
newsticker-demo { 
width:510px; 
padding:5px 5px 0; 
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
margin:20px auto;
}
#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }
#newsticker-demo .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}
.newsticker-jcarousellite { width:500px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:right; width:190px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }
.clear { clear: both; }
#winner p {
    color: #D30F17;
	font-size:18px;
}
.winner-top {
    margin: auto;
    padding: 20px;
    width: 500px;
}
.winner-top h1 {
    font-family: sans-serif;
    font-size: 40px;
}
#winner-name {
	display:none;
	width:600px;
	margin:auto;
	text-align:center;
	
}
#newsticker-demo {
    margin: 15px auto;
    padding: 20px;
    text-align: center;
    width: 500px;
}
#winner-name h1 {
	font-size:50px;
	color:red;
}
#winner-name p {
	font-size:18px;
	color:#222121;
}
.winner-header {
	background:#0073aa;
	color:#fff;
}
.winner-column {
	background:#FFF;
	color:#000;
	box-shadow:0 0 10px #808080;
}
.export-header {
	background:#0073aa;
	color:#fff;
}
.export-content {
	background:#FFF;
	color:#000;
	box-shadow:0 0 10px #808080;
}
.section.section-text h4.heading {
    font-size: 24px;
    color: #C2272D;
}
.postbox {
    padding: 15px;
    box-sizing: border-box;
}
.explain a {
    color: #C2272D;
    text-decoration: none;
    font-weight: bold;
}