@charset "utf-8";
/* CSS Document */


@font-face {
	font-family: 'Graphik-Regular';
	src: url('../fonts/Graphik-Regular.eot');
	src: url('../fonts/Graphik-Regular.woff') format('woff'), url('../fonts/Graphik-Regular.ttf') format('truetype'), url('../fonts/Graphik-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background:transparent url(../../../images/banners/kuriya-rewards-background.jpg) repeat;
	font-family: "Graphik-Regular", Arial;
	font-size: 16px;
	color: #333333;
	padding:20px;
}

a {
	text-decoration: none;
	color: #333333; /*color:#ff5a00;*/
	text-align:center;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
	display:inline-block;
	border-bottom:1px solid #333333;
}

a:hover {

}

a.nobg:hover {

}

h1 {
	font-family: "Graphik-Regular", Arial;
	font-size: 24px;
	color: #333333;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 20px;
	text-align:center;
}

p {
	text-align:center;
	display:block;
	padding: 20px 20px;
	margin:0 auto;
	width:75%;
}

i {
	font-size:14px;
	font-style:normal;
}

#ucMemberInfo_lblSpecialDateOccasion {
	margin:10px auto 10px auto;
	text-align:center;
	display:block;
}

#lblResult {
	margin:10px auto 10px auto;
	text-align:center;
	display:block;
	color:#ff4c00;
}

b {
	margin:20px auto;
	text-align:center;
	width:100%;
	max-width:800px;
	display:block;
	text-transform:uppercase;
	font-size:20px;
	border-bottom: 1px solid #dadada;
}

input[type=text],input[type=password] {
	font-family:"Graphik-Regular", Arial;
	font-size:16px;
	color:#333333;
	text-align:left;
	padding:10px;
	border:0;
	background:#e0d9d3;
	outline: none;
	min-width:200px;
}

input[type=text]:disabled,input[type=password]:disabled {
	font-family:"Graphik-Regular", Arial;
	font-size:16px;
	color:#959595;
	text-align:left;
	padding:10px;
	border:0;
	background:#efefef;
	outline: none;
	min-width:200px;
}



input[type=submit] {
	font-family:"Graphik-Regular", Arial;
	font-size:22px;
	color:#333333;
	border:1px solid #ff4c00;
	padding:15px 20px 15px 20px;
	background-color:transparent;
	text-transform:uppercase;
	margin:10px auto 0 auto;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
	outline: none;
	width:300px;
	display:block;
	margin-top:30px;
}

input[type=submit]:hover {
	color:#fff;
	border:1px solid #ff4c00;
	background-color:#ff4c00;
	outline: none;
	cursor:pointer;
}

#linkbtnEdit {
	display:block;
	font-family:"Graphik-Regular", Arial;
	font-size:22px;
	color:#333333;
	border:1px solid #ff4c00;
	padding:15px 20px 15px 20px;
	background-color:transparent;
	text-transform:uppercase;
	margin:10px auto 0 auto;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
	width:300px;

}

#linkbtnEdit:hover {
	color:#fff;
	border:1px solid #ff4c00;
	background-color:#ff4c00;
	outline: none;
	cursor:pointer;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border:0;
	font-family:"Graphik-Regular", Arial;
	font-size:16px;
	padding:10px;
	display: inline-block;
	background: #e0d9d3 url(../images/downarrow.png) right center no-repeat;
	outline: none;
	text-indent: 0.01px;
    text-overflow: '';
	color:#333333;
}

select:disabled {
	background:#efefef url(../images/downarrow.png) right center no-repeat;
	color:#959595;
}

input[type=checkbox] {
	width:15px;
	height:15px;
	border:0!important;
	border-collapse:collapse;
	background:#e0d9d3;
	vertical-align:middle;
	display:inline-block;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
	cursor:pointer;
	margin-right:10px;
}

input[type=checkbox]:disabled {
	width:15px;
	height:15px;
	border:0!important;
	border-collapse:collapse;
	background:#efefef;
	vertical-align:middle;
	display:inline-block;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
	cursor:pointer;
	margin-right:10px;
}

input[type=checkbox]:checked {
	width:15px;
	height:15px;
	border:0!important;
	border-collapse:collapse;
	background:#e0d9d3 url(../images/ticked.png) no-repeat center center;
	background-size:contain;
	-webkit-background-size:contain;
	vertical-align:middle;
	display:inline-block;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
	cursor:pointer;
	margin-right:10px;
}

textarea{
	font-family:"Graphik-Regular", Arial;
	font-size:16px;
	color:#333333;
	text-align:center;
	padding:10px;
	border:0;
	background:#e0d9d3;
	outline: none;
	height:30px;
}

.logo {
	width:220px;
	margin:0 auto 10px auto;
}

#panelFields {
	text-align: center;
}

table {
	margin:0 auto;
}

table tr {
	padding-bottom:10px;
}

table tr td {
	padding:3px;
	vertical-align:center;
	text-align:left;
	color:#333333!important;
}

table tr td b {
	margin:0;
	text-align: center;
	width: auto;
	display:inline-block;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 0;
}


ul.nav {
	list-style:none;
	display:block;
	width:100%;
	margin-bottom:20px;
}

ul.nav li {
	display:inline-block;
	width:calc((100% - 40px)/5);
	text-align:center;
}

ul.nav li a {
	font-family: "Graphik-Regular", Arial;
	font-size: 18px;
	color: #333333;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 0 auto 0 auto;
	text-align:center;
	display:inline-block;
	text-decoration:none;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
}

ul.nav li a:hover {
	border-bottom:0;
	text-decoration:none;
}

ul.nav li a.active {
	color:#fa4c06;
	border-bottom:1px solid #fa4c06;
}
