body {
	margin:0px;
	font-family:verdana, helvetica, Geneva, arial, sans-serif;
	font-size:12px;
	color: #333333;
	text-align: center;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}
a img{border:none;}
.bold {font-family:'Arial Black', Impact;}
#bold {font-family:'Arial Black', Impact;}
#home_menu {
	background-color:#302B2C; 
	color:#cdcdcd;
	height: 30px;
	list-style:none;
	margin:0px 0px 10px 0px;
	padding:0px;

}
#vogue_bar {
	height: 30px;
	margin:0px;
	padding:0px;
}
#vogue_bar li {
	float:left; 
	display:block; 
	position:relative;
	z-index:500; 
	margin:0px;
}
#vogue_bar li.right {
	float:right; 
	max-width:80px;
	text-align:center;
}
#vogue_bar li a{
	display:block; 
	margin:0px;
	text-decoration:none; 
	color:#cdcdcd;
	font-size:12px;
	padding:7px 7px 7px 7px;
	height: 16px;
}
#vogue_bar a:hover{
	background-color:#454545; 
}

/* you can make a different style for default selected value */
#vogue_bar a.selected {
	background-color:#353535;
}

/* submenu, it's hidden by default */
#vogue_bar ul {
	position:absolute; 
	display:none; 
	padding:0; 
	list-style:none;
	left:0; 
	margin:0 0 0 -1px; 
}
#vogue_bar ul.right {
	margin-left:-80px; 
}
/* sub menu items */
#vogue_bar ul li { 
	float:left; 
	margin: 0px;
	padding:0px;
	border-top:1px solid #fff;
	background-color:#454545;
	text-align:left;
}

/* display block will make the link fill the whole area of LI */
#vogue_bar ul a {
	min-width:150px; 
	height:19px;
	padding: 8px 0px 3px 5px;
	margin:0px;
	display:block;
	text-align:left;
}

#vogue_bar ul a:hover {
	background-color:#302B2C;
}



#center{
	margin:0px auto;
	border:none;
}
#container{
	text-align: left;
	min-height:100%; 
	height:100%;
	padding-bottom:30px;
	margin-bottom:20px;
	width:100%
}
#footer {
	position: relative;
	clear:both;
	width:100%;
	height:24px;   /* Height of the footer */
	border-top:#efefef thin solid; 
}
.alert{
	color:#f00; 
	font-size:medium;
}
.form_element {
	/*background:url('https://vogue247.com/images/bgform-x.jpg') repeat-x;*/
   -moz-box-shadow:    inset 3px 3px 3px #999;
   -webkit-box-shadow: inset 3px 3px 3px #999;
    box-shadow:         inset 3px 3px 3px #999;
	background-color:#fff;
	border:solid thin #5F9FAF; width:99%;padding:1% 0% 1% 0%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	color: #000;
}
.label {
	vertical-align: top;
	border-bottom:#ccc thin solid;
	font-size: 90%;
}
.grey{
	color:#666;
	font-size:13px;
	padding-top:5px;
}
select .form_element{width:100%}
.red {color:#f00}
.red a{color:#f00}
.blue {color:#008}
.white {color:#fff;}
.white a{color:#fff;}
.descCell{
	color:#666;
	font-size:13px;
	padding-top:15px;
}
.myButton {
	background: rgb(228,245,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(228,245,252,1) 0%, rgba(191,232,249,1) 50%, rgba(159,216,239,1) 51%, rgba(42,176,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,245,252,1)), color-stop(50%,rgba(191,232,249,1)), color-stop(51%,rgba(159,216,239,1)), color-stop(100%,rgba(42,176,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=0 ); /* IE6-9 */
	border:1px solid #469df5;
	color:#053E5C;
	padding:10px;
	margin:3px 3px 3px 0px;
	text-decoration:none;
	cursor:pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	/*text-shadow:1px 1px 0px #000;*/
}
.myButton:hover {
	background-color:#469df5;
	border:#000 2px solid;
	color:#000;
}
.cell{ 
	word-wrap: break-word; 
	border:#eee thin solid;
	vertical-align:top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
} 
#cell{ 
	word-wrap: break-word; 
	border:#eee thin solid;
	vertical-align:top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
} 
.table{ 
	width:100%;
} 
.comment0{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border:#eee thin solid;
	padding:1%;
	margin:5px;
}
.comment1{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border:#eee thin solid;
	background-color:#eee;
	padding:1%;
	margin:5px;
}
.comment_poster{
	border-bottom:#ccc thin solid;
	padding:1px;
	font-size:13px;
}
.comment_body{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; 
	padding:3px;
	color:#888;
}
.page{
	width:900px; 
	border: none;
	text-align: left;
	margin:0px auto;
}
.clear{clear:both;}
.full{width:100%}
/*table header*/
.th{ 
	border:solid thin #5F9FAF; 
	font-size:14px; 
	word-wrap: break-word;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #DCEDFF), color-stop(1, #96CAFE) ); 
	background:-moz-linear-gradient( center top, #DCEDFF 5%, #96CAFE 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DCEDFF', endColorstr='#96CAFE'); 
	background-color:#DCEDFF; 
	color:#053E5C; 
	text-decoration:none;
}
/*table row*/
.tr2{
	background-color:#DCEDFF; 
	word-wrap: break-word; 
	border:thin solid #eee;
}
/*table row*/
.tr1{
	background-color:#fff; 
	word-wrap: break-word; 
	border:thin solid #eee;
}
.left {
	float: left; 
	width:50%;
}
.right {
	float: right; 
	width:48%;
}
.right_align {
	text-align: right; 
	vertical-align:top;
	font-weight: bold;
	color: #000;
}
.right_faq {
	float: right; 
	border-left:thin solid #eee; 
	padding-left:1.2%; 
	width:47%;
}
.cell_top {
	vertical-align:top;
	padding-bottom:20px;
	word-wrap: break-word; 
	border:#eee thin solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.hidden{
 display:none;
}
.age{
	background-color:#DCEDFF; 
	word-wrap: break-word; 
	border:thin solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 10px 2px 10px; 
	margin-top: 5px;
}
.hide_age{
	display: none;
}
.error{
	color:#f00;
	font-decoration: bold;
}
.accordionButton{
	cursor:pointer;
}
