#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content1 {
  display:table;
 /* width: 370px;*/
  padding: 20px 10px 0;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

#input_holder{margin: 20px auto;height:550px;width:500px;text-align:center; font-size:12px;}
#input_text_box_holder{float:right;height:30px;width:400px;}
#input_text_box_holder input{ /*border:1px solid #781351; */}
#input_text_holder{padding-top:5px;float:left;height:30px;width:500px;text-align:left;}
#btn_holder{padding-left:75px;height:50px;width:100%;margin-top:20px;float:left;}
.add{padding:50px;}

#divholder
{margin:0 auto;width:770px;}

	#log_txt {
		font-size:12px;
	}
	#log_bt {
	text-align:center;
	width:80px;
	float:left;
	margin:20px 0;
	}
	#log_txt1 {
	text-align:center;
	font-size:12px;
	color:red;
	padding-top:5px;
	float:left;
	cursor:pointer; 
	text-decoration:inderline;
	margin:20px 0;
	}
	#log_bt_holder {
	margin:0 auto;
	width:150px;	
	padding-left: 80px;
	height:50px;
	}
	#txtHint {
	color: red;
    float: right;
    padding-top: 10px;
    /*width: 150px;*/
	}
	#prof_edit {
		width:700px;
		margin:0 auto;
		font-size:12px;
	}
	
	#user_photo {
	float:left;
	width:100px;
	height:100px;
	margin: 0 10px 0 20px;
	}
	
	#user_id_url {
	float:left;
	
	height:auto;
	font-size: 14px;
	}
	
	#div_chk {
	float:left;
	width:150px;
	}
	
	#logo {
float:left;
width:200px;
}

#head_links {
float: right;
margin: 20px 20px 0 0;
text-align: right;
width: 400px
}

#head_links a {
color:#ffffff;
}

.rightcontent ul li {
    background-image: url("th_arrow.png");
    background-position: -3px 50%;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 25px;
    padding-left: 15px;
    padding-top: 0;
	 display: block;
}

.tabbed_rightcontent ul li {
    background-image: url("th_arrow.png");
    background-position: -3px 50%;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 25px;
    padding-left: 15px;
    padding-top: 0;
	 display: block;
	 text-align:left;
}

.tabbed_rightcontent ul li a{
	
}

.moduletable a {
    background-image: url("th_arrow.png");
    background-position: -3px 50%;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 25px;
    padding-left: 15px;
    padding-top: 0;
	 display: block;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

.txtclr b {
color:#000000;
}
.txtclr th {
color:#000000;
text-align:left;
width:130px;
}
.othview_img {
width:80px; 
height:80px;
float:left;
margin: 0 20px;
}
.txtclr1 th {
color:#000000;
text-align:left;
width:130px;
}

.txtclr1 {
color: #444444;
    font-family: verdana;
    font-size: 12px;
}

.wtxt1 a{
color:#ffffff;
}
