body {
	margin: 0px;
	padding: 0px;
	/*background-color: #000;*/
	background-color: #E4E4E4;
	background-image: url(../images/bg00.gif);
	font-family: Verdana, Geneva, sans-serif;
}
/*.d1 {	Will be replaced with r1
	background-color: #FFF;
	padding:0px;
	display: block;
	height: 55px;
	width: 100%;
}*/
.r1 {
	background-color: #FFF;
	margin:0px;
	padding:0px;
	display: block;
	height: 55px;
	width: 100%;
	overflow:hidden;
}
.d1{ 
	width:960px;
	/* t r b l */
	margin: 0px auto 0px auto;
	}
.d1 .lgo {
	background-image: url(../images/logo_hw.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 201px;
	margin-top: 12px;
	
		/* t r b l 
	margin: 8px 0px 0px 0px;
	float:left;
	font-family: "Comic Sans MS", cursive;
	font-size: 30px;
	font-weight: normal;
	padding: 0px 5px 0px 5px;
	color: #060;
	text-shadow: 2px 2px 4px rgba(100, 100, 100, 1);*/
}
/*.d1 .pk {
	float:left;
	width: 42px;
	height: 30px;
	margin: 15px 0px 0px -3px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/pk.gif);
	background-repeat: no-repeat;
}
.d1 .lgo a{
	color: #060;
}*/
.d1 .menu {
	overflow:hidden;
	width: 400px;
	height:55px;
	float: left;
	margin: 0px 0px 0px 50px;
	/*margin-left:50px;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.d1 .menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.d1 .menu ul li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin:0px 0px 0px 0px;
	padding-top:20px;
	padding-right:10px;
	padding-left:10px;
	height:40px;
	
}
.d1 .menu ul li:hover{
	background-color:#DFDFDF;
	color:#FFF;
}
.d1 .menu ul li a{
	color: #8C5F00;
}
.d1 .menu .current {
	background-color:#6DAE14;
	background-image: url(../images/bg04.gif);
	color: #333;
}
.d1 .menu .current a{
	color: #FFF;
}
.d1 .dMacc {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	font-size: 13px;
}
.d1 .dMacc .lbl {
	padding-top: 4px;
	float: right;
	display: block;
	clear: both;
}

/*.d1 .hw {
	background-image: url(../images/hw1.gif);
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	width: 70px;
	margin-left: 25px;
}*/

.r2 {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	
	background-image: -webkit-gradient
		(linear, center top, center bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .1)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
	background-color: #6EAF15;
	background-image: url(../images/bg04.gif);
	
}
.d2{
	width:750px;
	overflow:hidden;
	/* t r b l */
	margin: 0px auto 0px auto;
	
}
.d2 .textbox {
	margin-top: 10px;
	margin-left: 5px;
	border: 1px solid #7D7D7D;
	height: 20px;
	width: 200px;
	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;*/
	float:left;
	background-color: #E0E0E0;
}
.d2 .textbox:focus {
	outline: none;
	border: 1px solid #000;
	box-shadow: 0px 0px 8px #7bc1f7;
	-moz-box-shadow: 0px 0px 8px #7bc1f7;
	-webkit-box-shadow: 0px 0px 8px #7bc1f7;
	background-color: #FFF;
}
.d2 label {
	float:left;
	margin: 15px 0px 0px 15px;
	color: #FFF;
}
.d2 .btnSearch {
	float:left;
	margin: 10px 0px 0px 10px;
	width: 100px;
	height:30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #666;
	border: 1px solid #CCC;
	color: #FFF;
	font-size: 16px;
	background-image: -webkit-gradient
		(linear, center top, center bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .1)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
	cursor:pointer;
}
.d2 .btnSearch:hover {
	background-color: #090;
	background-image: -webkit-gradient
		(linear, center top, center bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .1)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
}

.r3 {
	background-color: #333;
	display: block;
	height: 32px;
	width: 100%;
}
.d3{
	width:1000px;
	/* t r b l */
	margin: 0px auto 0px auto;
}
.d3 .pk3 {
	float:left;
	width:32px;
	height:24px;
	margin-top:3px;
	margin-right:5px;
	margin-left:5px;
	background-image: url(../images/pk3.gif);
	background-repeat: no-repeat;
}

.d3 .menu, .d3 .submenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #FFF;
}
.d3 .menu li{
    float: left;
}
/* hide the submenu */
.d3 .menu li ul.submenu {
    display: none;
}
.d3 .menu li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 6px 16px;
	float:none;
	background-color: #333;
}
/* show the submenu */
.d3 .menu li:hover ul.submenu{
	display: block;
	position: absolute;
	float:left;
	/*box-shadow: 0px 2px 2px gray, -3px 2px 2px gray, 3px 2px 2px gray;*/
	box-shadow: 0px 3px 2px 0px rgba(100, 100, 100, 0.1), 
				-3px 2px 2px 0px rgba(100, 100, 100, 0.5), 3px 3px 2px 0px rgba(100, 100, 100, 0.5);
	-moz-box-shadow: 0px 3px 2px 0px rgba(100, 100, 100, 0.1), 
				-3px 2px 2px 0px rgba(100, 100, 100, 0.5), 3px 3px 2px 0px rgba(100, 100, 100, 0.5);
	-webkit-box-shadow: 0px 3px 2px 0px rgba(100, 100, 100, 0.1), 
				-3px 2px 2px 0px rgba(100, 100, 100, 0.5), 3px 3px 2px 0px rgba(100, 100, 100, 0.5);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow:hidden;
	z-index: 10000;
}
.d3 .menu li:hover li,  .d3 .menu li:hover a{
	float: none;
	background: #333;
	color: #0F0;
}
.d3 .menu li:hover li a {
	color: #FFF;
}
.d3 .menu li:hover li a:hover {
	color: #0F0;
}
.d3 .dRight {
	float: right;
	margin-right: 15px;
}
.d3 .dRight .updat {
	background-color: #EBEBEB;
	background-image: url(../images/globe.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left:15px;
	margin-top:3px;
	float: left;
	height: 22px;
	width: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.d3 .dRight .budy {
	background-color: #EBEBEB;
	background-image: url(../images/buddy.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left:15px;
	margin-top:4px;
	float: left;
	height: 22px;
	width: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.d3 .dRight .msgs {
	background-color: #EBEBEB;
	background-image: url(../images/message.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left:15px;
	margin-top:4px;
	float: left;
	height: 22px;
	width: 32px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.d3 .dRight .stng {
	background-color: #EBEBEB;
	background-image: url(../images/settings_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left:15px;
	margin-top:4px;
	float: left;
	height: 22px;
	width: 22px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.r4{
	width:100%px;
	overflow:hidden;
}
.d4 {
	margin:0px;
	padding: 0px;
	background-color: #ededed;
	background-image: url(../images/Company-Logos.gif);
	display: block;
	height: 260px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.d4 .bx {
	width: 600px;
	height: 130px;
	margin-top: 60px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000;
	text-align: center;
	box-shadow: 0px 0px 20px gray;
	-moz-box-shadow: 0px 0px 20px gray;
	-webkit-box-shadow: 0px 0px 20px black;
	opacity:0.7;
	filter:alpha(opacity=70); 
}
.d4 .bx .h1 {
	width: 600px;
	margin-top: 10px;
	display:block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 32px;
}
.d4 .bx .h2 {
	margin-top:5px;
	width: 600px;
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	font-weight: bold;
}
.d4 .bx .h3 {
	margin-top:8px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.d4d {
	width: 980px;
	overflow: hidden;
	margin: 10px auto 10px auto;
}


/* Change to Small & Big Start..*/
.d4d .lft{
	background-color: #FFFFFF;
	float: left;
	width: 300px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	border: 1px solid #C9C9C9;
	padding: 5px;
}
.d4d .ryt{
	background-color: #FFFFFF;
	float: right;
	width: 650px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	border: 1px solid #C9C9C9;
	padding: 5px;
}
.d4d .lft .lftrow {
	display: block;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top:1px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}

.d4d .lstlft {
	list-style-type: square;
	color: #0C0;
	padding: 0px 0px 0px 0px;
	margin: 1px 1px 1px 35px; 	
	font-size: 14px;
}
/* Change to Small & Big End*/

.r5{
	width: 980px;
	overflow: hidden;
	/*background-color: #FFF;
	 t r b l */
	margin: 10px auto 5px auto;
}
.sml_p{	/*small panel*/
	overflow:hidden;
	margin:0px;
	padding:0px;
}
.big_p{	/*big panel*/
	overflow:hidden;
	margin:0px;
	padding:0px;
}
.sml_p_d{	/*small panel data*/
	/*float: left;*/
	margin: 0px 0px 5px 0px;
	background-color: #FFFFFF;
	width: 312px;
	overflow: hidden;
	border: 1px solid #C9C9C9;
	padding: 5px 2px 5px 2px;
}
.big_p_d{	/*big panel data*/
	/*float: right;*/
	margin: 0px 0px 5px 0px;
	background-color: #FFFFFF;
	width: 650px;
	overflow: hidden;
	border: 1px solid #C9C9C9;
	padding: 0px;
}
.row_1 {
	display: block;
	clear: both;
	margin: 5px 5px 5px 5px;
	padding-top:1px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}

.d5 {
	display: block;
	clear: both;
	width: 100%;
	overflow:hidden;
}


.d5 .dLeft {
	background-color: #FFF;
	float: left;
	height: 500px;
	width: 660px;
	margin: 10px 0px 0px 10px;
	overflow: hidden;
}
.d5 .dRight {
	background-color: #FFF;
	float: right;
	width: 315px;
	margin: 10px 10px 0px 0px;
	overflow:hidden;
}
.d5 .dRight .ads1 {
	display: block;
	height: 250px;
	width: 300px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.d5 .newsbox {
	background-color: #066;
	display: block;
	width: 300px;
	height:400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #009;
}
.d5 .newsbox .newshead {
	text-align: center;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin: 10px;
}
.d5 .newsbox .newsbody {
	background-color: #FFF;
	border: 1px solid #009;
	margin:5px;
	height:340px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:5px;
}

.d5i {
	margin-top:0px;
	padding-bottom:10px;
	display: block;
	clear: both;
	overflow: hidden;
	background-color: #EBEBEB;
}
.d5i .industry {
	/* t r b l */
	margin: 0px 8px 8px 10px;
}
.d5i .industry .col {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow:hidden;
	float:left;
}
.d5i .industry .col a{
	color:#000;
}
.d5i .industry .col .row {
	float: left;
	width: 230px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
}
.hr1{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C9C9C9;
	border-right-color: #C9C9C9;
	border-bottom-color: #C9C9C9;
	border-left-color: #C9C9C9;
	}

.locations {
	margin: 8px 8px 8px 10px;
}
.locations .col {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow:hidden;
	float:left;
}
.locations .col a{
	color:#000;
}
.locations .col .row {
	float: left;
	width: 147px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
}

.copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #929292;
	display: block;
	height: 24px;
	width: 100%;
	clear: both;
	background-image: url(../images/bg02.jpg);
}


a:link {
	text-decoration: none;
	color: #3333CC;
}

a:active {
	text-decoration: none;
	color: #3366FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
	color:#060;
}
.cursor { cursor: hand;}
.br {
	margin:0px;
	padding:0px;
	display:block;
	clear: both;
}

#sticky {
/*  border-radius: 0.5ex;*/
}
#sticky.stick {
	position: fixed;
	top: 0px;
	z-index: 10010;
  /*border-radius: 0 0 1em 1em;*/
  border-radius: 0px 0px 5px 5px;
  /*padding-top:2px;
  padding-bottom:0px;*/
}
.stick2{
	position: fixed;
	top: 10px;
	z-index: 10000;
}

 
.box0 {
	background-color: #FFC;
	display: block;
	overflow: hidden;
}
.box0 .head {
}
.box0 .body {
}
.box0 .body .dLeft {
	float: left;
}
.box0 .body .dRight {
	float: right;
}
.jhead {
	font-size: 20px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: groove;
	border-bottom-color: #CF0;
	padding: 5px;
	font-weight: bold;
}
.jbox {
	margin: 10px 20px 10px 20px;
	overflow:hidden;
}

.jbox .jlist {
	display: block;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	overflow: hidden;
	padding: 5px;
}
.jbox .jlist .jtitle {
	color: #1F78D1;
	font-weight: bold;
}
.jbox .jlist .jcompany {
	font-size: 12px;
	color: #5EA44D;
	margin-top: 5px;
	margin-bottom: 5px;
}
.jbox .jlist .jdata {
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 0px;
}
.jbox .jlist .jrecruiter {
	font-size: 12px;
	color: #FFCC00;
	margin-top: 0px;
}
.jbox .jlist:hover{
	background-color: #E6F7EA;
}

.rbox {
	margin: 0px 20px 0px 20px;
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}
.rbox:hover{
	background-color: #E6F7EA;
}
.rbox .rname {
	color: #1F78D1;
	font-weight: bold;
}
.rbox .rjob {
	font-size: 12px;
	color: #CC9900;
	margin-top: 5px;
	margin-bottom: 5px;
}
.rbox .rcompany {
	font-size: 12px;
	color: #5EA44D;
	margin-top: 5px;
	margin-bottom: 5px;
}
.rbox .rlocation {
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}
.shead {
	font-size: 24px;
	font-weight: bold;
	margin: 50px auto 20px auto;
}
.sufrm {
	width: 500px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	/*border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #FFF;*/
}
.sufrm .srow {
	display: block;
	clear: both;
	width: 100%;
}
.sufrm label{
	float:left;
	width:150px;
	margin:10px;
}
.sufrm #uname, #email, #pwd{
	width:300px;
	height:20px;
	margin:5px;
	padding:5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 18px;
}
.sufrm #dobd, #dobm, #doby, #gender{
	width:80px;
	height:30px;
	margin:5px;
	padding:5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/*.sufrm #sup, #sin, .fgot{
	width:150px;
	height:30px;
	padding:5px;
	margin: 20px 0px 0px 170px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	

}*/
.sufrm .fgotpwd {
	font-size: 12px;
	margin-top: 30px;
	margin-right:10px;
	float:right;
}
.sin_b, .sup_b, .fgot_b{
	padding: 5px;
	color: #FFF;
	font-size: 18px;
	width: 150px;
	margin: 20px 0px 0px 170px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-image: -webkit-gradient
		(linear, center top, center bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .1)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
	font-family: Verdana, Geneva, sans-serif;
	cursor:pointer;
}
.sin_b{
	border: 1px solid #0075EA;
	background-color: #39F;
}
.sup_b{
	border: 1px solid #D98200;
	background-color: #F90;
}
.fgot_b{
	border: 1px solid #006699;
	background-color: #0099FF;
	width: 200px;
}
.bottomlinksraquo {
	font-weight: bold;
	color: #ff4800;
}
#err {
	color: #F00;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	margin-top: 20px;
}

.pnjhead{
	font-size: 18px;
	font-weight: bold;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	
	}
.pnjfrm {	/*Post New Job Form*/
	width: 550px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.pnjfrm .row {
	display: block;
	clear: both;
	width: 100%;
	margin-top:5px;
	margin-bottom:10px;
}
.pnjfrm #jtitle, #jsalary, #jcom, #jcity, #jloc2{
	width: 300px;
	height: 20px;
	margin: 5px;
	padding: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 13px;
	border: 1px solid #999;
}
.pnjfrm #jind, #jtype, #jcount, #jexp{
	width:310px;
	height:30px;
	margin:5px;
	padding:4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 13px;
	border: 1px solid #999;
}
.pnjfrm #jdesc, #jskillsex, #jdeta{
	margin:5px;
	padding:4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #999;
}
.pnjfrm #pnjnext{
	margin:5px;
	padding:4px;
	width:150px;
	height:30px;
	font-weight:bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #999;
}
.pnjfrm .lblblue{
	color:#00F;
	}
	

.feed_sharing_box {
	display: block;
	padding: 10px 0px 0px 0px;
	background-color: #F8F8F8;
	overflow: hidden;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;*/
}
.feed_sharing_box .user_photo {
	float: left;
	height: 60px;
	width: 60px;
	background-color: #FFC;
}
.feed_sharing_box .feed_module {
	/*t r b l*/
	margin:0px 0px 10px 20px;
	float: left;
}
.feed_sharing_box .feed_module .feed_box {
	display: block;
}
.feed_sharing_box .feed_module .feed_box input {
	padding: 10px 5px 20px 10px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	width: 530px;
	border: 1px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
.feed_sharing_box .feed_module .feed_box input:focus {
	border: 1px solid #09C;
}
.feed_sharing_box .feed_module .feed_post {
	display: block;
	background-color:#9FC;
}
.feed_sharing_box .feed_module .ulimg{
	/*background-color:#FFC;
	margin: 0px 0px 0px 5px;
	width:500px;*/
}
.feed_sharing_box .feed_module .feed_post .feed_icon{
	cursor:pointer;
	margin: 5px 5px 0px 5px;
}
.feed_sharing_box .feed_module .feed_post .feed_share_status{
	float:left;
	padding:5px;
	font-size:12px;
}
.feed_sharing_box .feed_module .feed_post .feed_share_with{
	padding:4px;
	margin: 0px 10px 0px 10px;
	border: 1px solid #CCC;
	float:left;
}
.feed_sharing_box .feed_module .feed_post .feed_share{
	padding: 5px;
	color: #FFF;
	font-size: 14px;
	width: 80px;
	margin: 0px 0px 0px 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-image: -webkit-gradient
		(linear, center top, center bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .1)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
	font-family: Verdana, Geneva, sans-serif;
	background-color: #099;
	border: 1px solid #060;
	cursor:pointer;
	float:left;
}



/*feed show box*/
.feed_show_box {
	display: block;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	
	/*background-color: #F8F8F8;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.feed_show_box .feed_user_photo {
	float: left;
	height: 60px;
	width: 60px;
	background-color: #FFC;
}
.feed_show_box .feed_module {
	/*t r b l*/
	margin:0px 0px 10px 20px;
	float: left;
}
.feed_show_box .feed_module .feed_row_user{
	display: block;
	margin: 5px 0px 0px 20px;
	font-weight: bold;
	color: #069;
	font-size:14px;
}
.feed_show_box .feed_module .feed_row_time{
	display: block;
	margin: 0px 0px 5px 20px;
	font-size: 12px;
	color: #A3A3A3;
}
.feed_show_box .feed_module .feed_row_post{
	display:block;
	margin:5px 0px 5px 20px;
	font-size:14px;
}
/*.feed_show_box .feed_module .feed_row_image{*/
.feed_show_box .feed_module .feed_row_image img{
	display:block;
	margin:5px 0px 5px 20px;
	/*height:250px; 
	width:auto;*/
}
.feed_show_box .feed_module .feed_row_links{
	display:block;
	margin:2px 0px 10px 20px;
	font-size:13px;
}

/*feed show box <-| */

#ndiv{
	width: 100px;
	margin: 0px auto 0px auto;
	background-color: #E8FFC4;
	padding: 2px 5px 2px 5px;
	text-align: center;
	font-weight: bold;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #86B300;
	border-bottom-color: #86B300;
	border-left-color: #86B300;
	color: #F00;
	cursor:pointer;
}
