@import url(../fonts/stylesheet.css);
@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	40;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/*----------<< Default Styles resigter >>----------*/
*{margin:0;padding:0;}
body{
	font-family:Rockwell;
    font-size:16px;
	}
a {
    color: #D5D5D5;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
 a:hover {-moz-transition: all 0.3s ease 0s;}	
 #header_full{
	background-color:#CB2027;
}
#header_inner{
	margin:45px 0 10px 0;
	}

#header_right span{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	}
#header_right a{
	font-weight:normal;
	text-decoration:none;
	color:#fff;
		}
	#header_right a:hover{color:#000;}
#register_footer_full{
	background-color:#4a4a4b;
	}	
.clr{clear:both;}			
#register_footer h5 {
    color: #DBDBDB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    font-weight: normal;
    text-align: center;
}
#register_footer h5 a {
    color: #FFFFFF;
    text-decoration: none;
}
#register_footer span {
    color: #FFFFFF;
    display: block;
    font-size: 17px;
    margin-top: 5px;
    text-align: center;
}	
#register_left_inner{
	margin:15px 0 15px 0;
	min-height:700px;
	}	
#register_right_inner{
	margin:15px 0 15px 0;
	background-color:#ddd;
	min-height:100px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding:20px 15px 20px 15px;
	}
#register_right_inner p{
	margin:0 0 30px 0;
	text-align:justify;
	}		
span.p2h{
	font-family: Arial, Helvetica, sans-serif;
	}
#mp_a span.p2h { color:#000;}
.reg_head{
	color:#000;
	padding:0px 0 2px 0;
	border-bottom:2px solid #ddd;
	font-size:1.3em;
	}	
p.reg_bttm_h{
	font-size:18px;
	}
#register_tbl_wrap{
	margin:10px 0 10px 0;
	}	

.tbl_reg_full label{
	display:block;
	color:#000;
	}	
.tbl_reg_full input[type="text"]{
	width:95%;
	border:1px solid #ddd;
	padding:4px;
	height:25px;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size:18px;
     font-weight: 200;
	}	
.tbl_reg_full input[type="password"]{
	width:95%;
	border:1px solid #ddd;
	padding:4px;
	height:25px;
    font-size:18px;
	}		
table.tbl_reg_full td{
	padding:10px 0 10px 0;
	vertical-align:middle;
	}		
#captcha{
	height:40px;
	background:url(../images/captcha.png) no-repeat left center;
	}
p.agree {margin:10px 0 10px 0;}	
	p.agree span{color:#999;}
p.agree a{color:red;}	
table.tbl_reg_full input[type="submit"]{
	color:#fff;
	border:none;
	background:#20732D;
	border-radius:10px;
	padding:8px 8px 8px 8px;
	}
table.tbl_reg_full input[type="submit"]:hover{
	background:#48CC9B;
	}
.d_head{
	background:#fff;
	display:block;
	float:left;
	padding:5px 23px 5px 23px;
	border-radius:10px 10px 0 0;
	}
.s_head {
    background:#DDDDDD;
    border-radius: 12px 12px 12px 12px;
    color: #000000;
    margin: 10px 0 10px 0;
	padding:5px 4px 5px 10px;
}
.input_row{
	padding:5px 0 5px 0;
	}
.input_row label{
	display:block;
	float:left;
	font-size:14px;
	padding:5px 0 5px 0;
	}	
.input_row label span{font-size:12px;}	
.input_row input[type="text"]{
	float:left;
	border:1px solid #ddd;
	border-radius: 4px;
	padding:4px;
	height:25px;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size:14px;
     font-weight: 200;
	outline:medium none;
	}
	
.input_row select{
	float:left;
	border:1px solid #ddd;
	border-radius:4px;
	padding:4px;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size:14px;
     font-weight: 200;
	outline:medium none;
	}	
.input_row textarea{
	float:left;
	border:1px solid #ddd;
	padding:4px;
	height:25px;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size:14px;
     font-weight: 200;
	resize:vertical;
	height:100px;
	outline:medium none;
	}
	#fleCertificate{
	display:none;
	}
	.choosefile {
    background: none repeat scroll 0 0 #20AAD2;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    display: inline-block;
    padding: 3px 8px;
}	
	.choosefile:hover{background:#66C5CC;}
.add{
	color:#000;
	text-decoration:none;
	outline:none;
	font-size:12px;
	margin:5px 0 0 0;
	}
	.remove{
	color:red;
	text-decoration:none;
	outline:none;
	font-size:12px;
	margin:5px 0 0 0;
	}
	.button_row{
		text-align:center;
		margin:20px 0 20px 0;
		}
.button_row input[type="submit"]{
    background:#20732D;
    border: medium none;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    padding:5px 8px 5px 8px;
}
.button_row input[type="submit"]:hover{background:#48CC9B;}	
.potrait_image{float:left;margin-right:3px;}
.input_row_right p{
	font-size:13px;
	padding:3px 0 0 4px;
	float:left;
	width:75%;
	}
	.addphoto{color:red;}	
.link_image{text-align:center;}
.link_head{
	text-align:center;
	font-size:18px;
	font-weight:normal;
	padding:5px 0 20px 0;
	}	
.link_content{
	line-height:1.3em;
	text-align:justify;
	font-size:14px;
	}	
.seperator{
	height:10px;
	border-bottom:1px solid #ddd;
	margin:30px 0 30px 0;
	}		
/*-/---------<< Default Styles resigter >>---------/-*/

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 85.8%;
	padding-left: 2.6%;
	padding-right: 2.6%;
	clear: none;
	float: none;
}

#header {
	background-color:#CB2027;
	
}


#logo_wrap {
width: 100%;
}
#logo_wrap h2{
   font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	padding-left:5px;
}
#logo_wrap  a{
	color:#fff;
	text-decoration:none;
	outline:medium none;
}
#header_right{
	width:100%;
	color:#fff;
	text-align:right;
	}

#center {
	min-height:500px;
	margin-bottom:15px;
}
#register_left {
width: 100%;
}
#register_right {
clear: both;
margin-left: 0;
width: 100%;
}
#register_footer {
	margin:50px 0 50px 0;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.input_row label{
	width:90%;
	}
.input_row input[type="text"],textarea,select{
	width:90%;
	}
.input_row_right{
	width:90%;
	}	
	#d_condition{
	margin-left:20%;margin-right:20%;}

#mp_a a:hover{
	color:black;
}
	#mp_a a{
	color:#CB2027;
}
/* site map */
.stmp_bh{
	width:100%; float:left}
.stmp_bh span{   font-family: 'candy_scriptregular';}
.stmp_pad{
	text-align:left; padding:2% 4% 2% 4%;}
#stmp_bcolor{background-color:#F9F9F9; border:1px solid  #CCC;}
#stmp_grey{background-color:#616161;padding-top:5%; padding-bottom:5%; text-align:center; color:#FFF;}
#stmp_grey h2{font-weight:normal;}
#stmp_grey p{color:#9EDAF2; font-size:13px;}
.stmp_gap{padding-bottom:5%; padding-top:5%; font-size:13px;}
#stmp_br{border-bottom:1px solid #CCC;}
.stmp_gap h6{font-size:16px; font-weight:normal;}
#stmp_top{background-color:#B5B5B5;}
.stmp_pad	h6{font-size:16px; font-weight:normal;}
.stmp_pad p{font-size:13px;}
#stmp_c{width:100%; float:left; padding-left:0%;}
#stmp_c ul{list-style:none; margin-top:3%;}
#stmp_c ul a{color:#000;}
#stmp_c ul a:hover{color:#CB2028;}
#stmp_c span{font-family: Arial, Helvetica, sans-serif;}
#stmp_c h1{font-weight:lighter; font-size:25px;}

.input_row input[type="email"]{
	float:left;
	border:1px solid #ddd;
	padding:4px;
	height:25px;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size:18px;
     font-weight: 200;
	outline:medium none;
	}
/* forgot password*/
#fpli li{
	list-style:none;margin-bottom:1%;
}	
#fpalign{margin-left:0%;}
#fp{
    border: 1px solid #c4c4c4; 
    height: 25px; 
    width: 245px; 
    font-size: 13px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 
#fp:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}	
/* home collection radio button*/
.home_collection_radio{ margin-left:10%;}
/* home collection radio button ends*/

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.7857%;
	padding-left: 1.1071%;
	padding-right: 1.1071%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#header {
}
#logo_wrap {
width: 100%;
}
#header_right{
	width:100%;
	}
#register_left {
width: 100%;
}
#register_right {
clear: both;
margin-left: 0;
width: 100%;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.input_row label{
	width:90%;
}
.input_row input[type="text"],textarea,select{
	width:90%;
	}	
.input_row_right{
	width:90%;
	}	
#fpalign{margin-left:39%;}	
#fp{
    height: 25px; 
    width: 250px; 
  } 

#d_condition{
	margin-left:35%;margin-right:35%;}
	.input_row input[type="email"]{
	width:90%;
	}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 87.8571%;
	max-width: 1232px;
	padding-left: 1.0714%;
	padding-right: 1.0714%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#header {
}
#logo_wrap {
width:auto;
}
#header_right{
	width:auto;
	float:right;
	clear: none;
	margin-top:18px;
}
#register_left {
width: 65.8536%;
}
#register_left_inner{
	border-right:1px solid #ddd;
	padding:0 30px 0 0;
	}
#register_right {
margin-left: 2.439%;
clear: none;
width: 31.7073%;

}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.input_row label{
	width:40%;
	}
.input_row input[type="text"],textarea,select{
	width:45%;
	}
.input_row_right{
	width:45%;
	float:left;
	}	
	#fp{
    height: 25px; 
    width: 250px; 
   } 
#fpalign{margin-left:39%; }
.radius8{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-o-border-radius:8px;
	}
#mp_box{
	margin-left:5px;
	margin-bottom:5px;
	height:95px;
	width:120px;
	padding-top:20px;
    text-align:center;
	color:#FFF;
	}

#d_condition{
	margin-left:43%;margin-right:43%;}
	#stmp_c{width:58%; float:left; padding-left:2%;}
	.stmp_bh{
	width:20%; float:left}
	.input_row input[type="email"]{
	width:45%;
	}
	/* home collection radio button*/
.home_collection_radio{ margin-left:0%;}
/* home collection radio button ends*/
}