@charset "utf-8";
/* CSS Document */

/* Regular HTML Tag */ 
body {
	font-family:tahoma , verdana;
	font-size:13px;
	background-image:url(../images_/header_back.gif);
	background-repeat:repeat-x;
}
a {
	color:#FF6600;
	text-decoration:none;
}
form{
	margin:0;
}
fieldset{
	border:1px solid #CCC;
	padding:10px;
	margin:20px 20px 10px 10px;
}
label {
	padding:5px;
	font-weight:bold;
	cursor:pointer;
}

legend{
	font-weight:bold;
	color:#336699
}

/* Clear */

.clearboth {
	clear:both;
}

.right {
	float:right;
	padding:5px 20px 0 20px;
	font-weight:bold;
	margin:0;
}
/* Start Body */

#wrapper{
	width:900px;
	margin:auto;
}
#wrapper .logo{
	margin:0;
	padding:0;
	/*background-image:url(../images_/qr_logo.gif); */
	background-repeat:no-repeat;
	width:500px;
	height:105px;
	float:left;
}
#wrapper a.header_a {
	display:block;
	padding-top:5px;
	
}
h1.slogon  {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF6600;
}

#wrapper .qrcodeimage{
	padding-top:5px;
	float:right;
}

/* Menu Section */

#menu {
	float:left;
	margin:0;
	padding:2px 20px 0 20px;
	
	font-weight:bold;
}
#menu li {
	float:left;
	padding:5px;
	list-style:none;
}
#menu li a{
	color:#FF6600;
	text-decoration:none;
}
#menu li a:hover{
	color:#000;
	text-decoration:underline;
}

/* Body Section */

#content {
	width:834px;
	margin:auto;
}
#header {
	background-image:url(../images_/box_header.gif);
	width:834px;
	height:35px;
	background-repeat:no-repeat;
	margin:auto;
}
#bodypart {
	width:831px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	margin:auto;
	background-color:#efefef;
	background-image:url(../images_/body_fill.gif);
	background-repeat:repeat-x;
	background-position:top left;
	float:right;
	
}
/* Column Section */

#bodypart .step1{
	padding:20px 0px 10px 20px;
}
#bodypart .col1 {
	width:400px;
	padding:10px;
	float:left;
}
#bodypart .col2 {
	width:350px;
	padding:10px;
	float:left;

}

#bodypart .column1 {
	width:170px;
	
	float:left;
}
#bodypart .column2 {
	width:600px;
	
	float:left;
}
#bodypart .step1 .one {
	width:438px;
	padding:0px 5px 5px 0px;
	float:left;
}	
h1.heading {
	margin:0;
	color:#006699;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}	

#bodypart .step1 .two {
	width:327px;
	padding:0px 5px 5px 0px;
	float:left;
	margin:auto;	
}

#bodypart .step1 .create_account_box {
	width:438px;
	padding:10px 5px 5px 10px;
	float:left;
}	
#qr_result {
	width:280px;
	margin:auto;
	text-align:center;
}
#bodypart .step1 .login_box {
	width:327px;
	padding:10px 5px 5px 10px;
	float:left;
}	
.HeaderMenuOne{
	width:500px;
	float:left;
	text-align:center;
	padding-left:50px;
}
.HeaderMenuTwo{
	float:right;
	padding:15px 50px 0px 0px;
	text-align:right;
	font-weight:bold;
}
a.HeaderMenuHome {
	width:109px;
	height:32px;
	background-image:url(../images_/menu_home.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	float:left;
	padding:0px 5px 0px 0px;
}
a.HeaderMenuHome:hover,a.ActiveHeaderMenuHome {
	width:109px;
	height:32px;
	background-image:url(../images_/menu_home.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	float:left;
	padding-right:5px;
}
a.HeaderMenuAbout {
	width:109px;
	height:32px;
	background-image:url(../images_/menu_about.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	float:left;
	padding-right:5px;
}
a.HeaderMenuAbout:hover,a.ActiveHeaderMenuAbout  {
	width:109px;
	height:32px;
	background-image:url(../images_/menu_about.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	float:left;
	padding-right:5px;
}

a.HeaderMenuSignup {
	width:139px;
	height:32px;
	background-image:url(../images_/menu_signup.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	float:left;
	padding-right:5px;
}
a.HeaderMenuSignup:hover, a.ActiveHeaderMenuSignup {
	width:139px;
	height:32px;
	background-image:url(../images_/menu_signup.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	float:left;
	padding-right:5px;
}
a.HeaderMenuMember {
	width:109px;
	height:32px;
	background-image:url(../images_/member_hover.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
	padding-right:5px;
}
a.HeaderMenuMember:hover, a.ActiveHeaderMenuMember {
	width:109px;
	height:32px;
	background-image:url(../images_/member.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
	padding-right:5px;
}
.nodisplay{
	display:none;
}
#headerTOP {
	float:left;
	
	padding-left:30px;
	padding-top:5px;
}
.margin-10 {
	margin-top:7px;
	display:block;
}
#headerTOP a.advancedQR {
	background-image:url(../images_/top_h.png);
	background-repeat:no-repeat;
	height:28px;
	background-position:0% 0%;
	width:180px;
	display:block;
	float:left;
	padding-left:40px;
	font-weight:bold;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
#headerTOP a.advancedQR:hover,a.advancedQRActive {
	background-image:url(../images_/top_h.png);
	background-repeat:no-repeat;
	height:28px;
	background-position:0% 100%;
	width:180px;
	display:block;
	float:left;
	padding-left:40px;
	font-weight:bold;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

#headerTOP a.advancedMy {
	background-image:url(../images_/top_h.png);
	background-repeat:no-repeat;
	height:28px;
	background-position:0% 0%;
	width:180px;
	display:block;
	float:left;
	padding-left:40px;
	font-weight:bold;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
#headerTOP a.advancedMy:hover,a.advancedMyActive {
	background-image:url(../images_/top_h.png);
	background-repeat:no-repeat;
	height:28px;
	background-position:0% 100%;
	width:180px;
	display:block;
	float:left;
	padding-left:40px;
	font-weight:bold;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
#headerTOP a.advancedQRGEN {
	background-image:url(../images_/top_h.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:28px;
	width:200px;
	display:block;
	float:left;
	padding-left:40px;
	font-weight:bold;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
#headerTOP a.advancedQRGEN:hover,a.advancedQRGENActive {
	background-image:url(../images_/top_h.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:28px;
	width:200px;
	display:block;
	float:left;
	padding-left:40px;
	font-weight:bold;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
/* Footer Section */
#footerpart {
	background-image:url(../images_/box_footer.gif);
	background-repeat:no-repeat;
	width:834px;
	height:39px;
}
.footerCopyright {
	padding:10px;
	float:left;
	width:200px;
	font-size:11px;
}
.footerLink {
	padding:10px;
	text-align:center;
	font-size:11px;

}
/* Inner Content Form */
#signupform label,#loginform label {
	padding:0px;
	color:#333333;
	display:block;
	float:left;
	margin-bottom:1px;
	padding:2px 15px 2px 2px;
	text-align:right;
	width:100px;
	font-weight:normal;
}
#signupform input,#signupform select, #loginform input,#loginform select{
	border:1px solid #CCC;
	margin-bottom:2px;
	padding:3px;
	width:200px;
}
#signupform #year,#signupform #day,#signupform #month{
	width:60px;	
}

#signupform fieldset,#loginform fieldset {
	border:1px solid #CCC;
	padding:10px;
	margin:5px 20px 5px 2px;	
}
#signupform input.error,#signupform select.error{
	border:1px solid red;
}
#signupform .errortext{
	color:#FF0000;
	cursor:pointer;
}
#signupform input.noborder, #loginform input.noborder  {
	border:none;
	margin:0px;
	padding:0px!important;
	width:141px;
	height:35px;
}
.tip-top {
	color: #fff;
	z-index: 13000;
}
.tip-title, tip {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
	
}
.tip-bottom {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
#result {
	position:relative;
}
.ajax-loading {
	background-image:url(../images_/spinner.gif);
	background-repeat:no-repeat;
	margin:0;
	display:block;
	height:80px;
	width:200px;
	position:absolute;
	top:30%;
	left:30%;
	z-index:1;
	background-position:center;
	border:1px solid #009900;
	background-color:#D7FFD7;
}
a.download span {
	display: none;
}
a.download {
	background-image: url(../images_/download.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	width: 141px;
	height: 35px;
	outline: none;
	float: left;
}
a.download:hover {
	background-position: center left;
}
.ErrorPopup {
	border:1px solid #FF0000;
	background-color:#FF7575;
	color:#000000;
	padding:20px 20px 20px 60px;
	background-image:url(../images_/error.png);
	background-position:left;
	background-repeat:no-repeat;
	top:30%;
	left:42%;
	z-index:1;
	position:absolute;
	width:200px;
/*
	filter:alpha(opacity=0);
	-moz-opacity:.0;opacity:.0;
*/
}
.SuccessPopup {
	border:1px solid #009900;
	background-color:#e3faa7;
	color:#000000;
	padding:20px 20px 20px 60px;
	background-image:url(../images_/success.png);
	background-position:left;
	background-repeat:no-repeat;
	top:30%;
	left:42%;
	z-index:1;
	position:absolute;
	width:200px;	
/*
	filter:alpha(opacity=0);
	-moz-opacity:.0;opacity:.0;
*/
}
.calendar {
	cursor:pointer;
}

.pagingBlock {
	text-align:center;
}
a.paging {
	padding:2px 4px 2px 4px;
	background-color:#FF6600;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a.paging:hover,a.active {
	padding:2px 4px 2px 4px;
	background-color:#003399;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#frmCode1{
	margin:0;
}
#frmCode1 label {
	padding:0px 3px 5px 0px;
	display:block;
	margin:0;
}
#frmCode1 label.small {
	padding:0px 3px 5px 0px;
	display:block;
	width:50px;
}
.welcomeText {
	font-size:11px;
}

.UlClass{
	padding:2px;
}	
.UlClass li {
	padding:2px;
	font-size:13px;
}
.msgErr {
	padding:10px;
	background-color:#FF0000;
	color:#FFFFFF;
	text-align:center;
}
.infoShow {
	width:188px;
	height:36px;
	background-image:url(../images_/infoshow.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	font-family:tahoma;
	padding:15px 0px 0px 10px;
}	
.reg_useronly {
	background-image:url(../images_/reg_useronly.png);
	background-repeat:no-repeat;
	background-position:center;
}
.info {
	color:#FF0000;
	font-weight:bold;
}
.infobox {
	background-color:#e3faa7;
	border:1px solid #006600;
	padding:10px;	
}
.leftSide {
	float:left;
	display:block;
	width:80px;
	text-align:right;
}
.leftSide input {
	width:100px;
}
.signUpIco {
	background-image:url(../images_/signup_ico.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.boxHome {
	width:348px;
	height:133px;
	background-image:url(../images_/box.png);
	background-repeat:no-repeat;
	padding:0px;
	z-index:0;
}
.Img {
	border:none;
	float:left;
	padding-left:10px;
}
.ImgShare {
	border:none;
	float:left;
	padding:20px 0px 0px 0px;
}
.ImgEnjoy{
	border:none;
	float:left;
	padding:5px 0px 0px 10px;
}
.title{
	float:right;
	padding:20px;
	font-weight:bold;	
}
.shareImg {
	border:none;
	float:left;
	background-image:url(../images_/shareico.png);
	background-repeat:no-repeat;
	width:75px;
	height:25px;
}
.boxHome p {
	padding-left:10px;
}
.heading2{
	font-size:14px;
	background-image:url(../images_/help.png);
	background-repeat:no-repeat;
	padding-left:25px;
}
.heading3 {
	font-size:12px;
	color:#333333;
}
.paddingleft {
	padding-left:25px;
	color:#333333;
}