.editprofile_but {
    /*background: -moz-linear-gradient(center top , #ccd4d7 , #ffffff) repeat scroll 0 0 transparent;*/
	float:right;
	margin-top:10px;
	color:#333333;
	
	
	border: 1px solid #999999;
	border-top:none;
	border-left:none;
	/*background-image: url(../../images/bg_ie.png);
	background-repeat:repeat-x;*/
	text-shadow: 0px 1px 1px #ffffff;
	font-family:"arial";
	font-smooth:13px;
	border-radius: 1em 1em 1em 1em;
	box-shadow: 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
	display: inline-block;
    font-size: 12px;
	padding:2px 8px 2px 8px;
	*padding:2px 0px 2px 0px;
	
    position: relative;
    text-align: center;
    text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	
	font-weight:bold;
	
	
	background: #d2d9dc; /* Old browsers */
	background: -moz-linear-gradient(top, #d2d9dc 1%, #eef0f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d2d9dc), color-stop(100%,#eef0f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d2d9dc 1%,#eef0f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d2d9dc 1%,#eef0f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d2d9dc 1%,#eef0f1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d2d9dc 1%,#eef0f1 100%); /* W3C */
	background: linear-gradient(to bottom, #D2D9DC 1%, #EEF0F1 100%) repeat scroll 0 0 transparent \0/;
	 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d9dc', endColorstr='#eef0f1',GradientType=0 ); IE6-9 */
	
}

.editprofile_but.red {
    background: -moz-linear-gradient(center top , #ccd4d7 , #ffffff) repeat scroll 0 0 transparent;
    border: 1px solid #999999;
	border-top:none;
	border-left:none;
	
	background-image: url(../../images/bg_ie.png);
	background-repeat:repeat-x;
	text-shadow: 0px 1px 1px #ffffff;
	font-family:"arial";
	color:#D71E00;
	
}



/*.editprofile_but {
	font-smooth:13px;
	background:-moz-linear-gradient(center top , #ccd4d7 , #ffffff) repeat scroll 0 0 transparent;
	color:#333333;
    border: 1px solid #999999;
	border-top:none;
	border-left:none;
	border-width:0 0 3px;
    border-radius: 1em 1em 1em 1em;
    box-shadow: 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
	padding:2px 9px 2px 9px;
	
    position: relative;
    text-align: center;
    text-decoration: none;
	background-color:#ffffff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	   
	
}*/
.safari .editprofile_but,
.chrome .editprofile_but {
	font-family:"Helvetica Neue";
	/padding:1px 18px 2px 18px;/
	padding:1px 15px 2px 15px;
	font-style:italic;
}


.ie7 .editprofile_but{
	
	padding:2px 0px 2px 0px;
	
	}

.editprofile_but:before {
   /* background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.1)) repeat scroll 0 0 transparent;*/
    border-bottom-left-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
    bottom: 0;
    content: " ";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    
}
.editprofile_but:hover {
   box-shadow: 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 1px 5px rgba(0, 0, 0, 0.6);
    text-decoration: none !important;
	color:#666666;
/*	*background-image: url(../../images/bg_ie_h.png);
	*background-repeat:repeat-x;
	*background-color:#d7dde0;
	background-image: url(../../images/bg_ie_h.png)\0/;
	background-repeat:repeat-x\0/;
	background-color:#d7dde0\0/;*/
	
	
	
	
	
	

/*background: -ms-linear-gradient(top, #fafbfb 0%,#dee3e5 100%); /* IE10+ 

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbfb', endColorstr='#dee3e5',GradientType=0 ); /* IE6-9 */

}
.editprofile_but:active {
    box-shadow: 0.05em 0.15em 0.4em rgba(0, 0, 0, 0.4) inset, 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.9) inset;
}
.editprofile_but.disabled, .editprofile_but[disabled] {
    cursor: default;
    opacity: 0.3;
}
.editprofile_but.disabled:hover, .editprofile_but[disabled]:hover {
    box-shadow: 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
}
.editprofile_but.disabled:active, .editprofile_but[disabled]:active {
    box-shadow: 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
}

/*Button Ends*/








.leave_group_but {
    /*background: -moz-linear-gradient(center top , #ccd4d7 , #ffffff) repeat scroll 0 0 transparent;*/
	float:right;
	margin-top:10px;
	color:#333333;
	 border: 1px solid #999999;
	border-top:none;
	border-left:none;
	/*background-image: url(../../images/bg_ie.png);
	background-repeat:repeat-x;*/
	text-shadow: 0px 1px 1px #ffffff;
	font-family:"arial";
	font-smooth:13px;
	border-radius: 1em 1em 1em 1em;
	box-shadow: 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
	display: inline-block;
    font-size: 12px;
	padding:2px 9px 2px 9px;
	*padding:2px 0px 2px 0px;
	
    position: relative;
    text-align: center;
    text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	
	font-weight:bold;
	
	
	background: #d2d9dc; /* Old browsers */
	background: -moz-linear-gradient(top, #d2d9dc 1%, #eef0f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d2d9dc), color-stop(100%,#eef0f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d2d9dc 1%,#eef0f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d2d9dc 1%,#eef0f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d2d9dc 1%,#eef0f1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d2d9dc 1%,#eef0f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d9dc', endColorstr='#eef0f1',GradientType=0 ); /* IE6-9 */
}

/*.leave_group_but.red {
    background: -moz-linear-gradient(center top , #ccd4d7 , #ffffff) repeat scroll 0 0 transparent;
    border: 1px solid #999999;
	border-top:none;
	border-left:none;
	
	background-image: url(../../images/bg_ie.png);
	background-repeat:repeat-x;
	text-shadow: 0px 1px 1px #ffffff;
	font-family:"arial";
	color:#D71E00;
	
}*/



/*.editprofile_but {
	font-smooth:13px;
	background:-moz-linear-gradient(center top , #ccd4d7 , #ffffff) repeat scroll 0 0 transparent;
	color:#333333;
    border: 1px solid #999999;
	border-top:none;
	border-left:none;
	border-width:0 0 3px;
    border-radius: 1em 1em 1em 1em;
    box-shadow: 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
	padding:2px 9px 2px 9px;
	
    position: relative;
    text-align: center;
    text-decoration: none;
	background-color:#ffffff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	   
	
}*/
.safari .leave_group_but,
.chrome .leave_group_but {
	font-family:"Helvetica Neue";
	/padding:1px 18px 2px 18px;/
	padding:1px 15px 2px 15px;
	font-style:italic;
}


.ie7 .leave_group_but{
	
	padding:2px 0px 2px 0px;
	
	}

.leave_group_but:before {
   /* background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.1)) repeat scroll 0 0 transparent;*/
    border-bottom-left-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
    bottom: 0;
    content: " ";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    
}
.leave_group_but:hover {
   box-shadow: 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 1px 5px rgba(0, 0, 0, 0.6);
    text-decoration: none !important;
/*	*background-image: url(../../images/bg_ie_h.png);
	*background-repeat:repeat-x;
	*background-color:#d7dde0;
	background-image: url(../../images/bg_ie_h.png)\0/;
	background-repeat:repeat-x\0/;
	background-color:#d7dde0\0/;*/
	
	
	
	
	
	

background: -ms-linear-gradient(top, #fafbfb 0%,#dee3e5 100%); /* IE10+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbfb', endColorstr='#dee3e5',GradientType=0 ); /* IE6-9 */

}
.leave_group_but:active {
    box-shadow: 0.05em 0.15em 0.4em rgba(0, 0, 0, 0.4) inset, 0 0 0.2em rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.9) inset;
}
.leave_group_but.disabled, .leave_group_but[disabled] {
    cursor: default;
    opacity: 0.3;
}
.leave_group_but.disabled:hover, .leave_group_but[disabled]:hover {
    box-shadow: 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
}
.leave_group_but.disabled:active, .leave_group_but[disabled]:active {
    box-shadow: 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
}

/*Button Ends*/







.browsebtn{
	*background:url(../../images/c1.jpg) no-repeat !important;
	*width:117px;
	*height:23px;
	background:url(../../images/c1.jpg) no-repeat\0 !important;
	width:117px\0;
	height:23px\0;
	border-style:none;
	
	background:url(../../images/c1n.jpg) no-repeat !important;
	height:29px;
	width:108px;
	}
.browsebtn:hover{
	*background:url(../../images/c1h.jpg) no-repeat;
/*	*width:117px;
	*height:23px;*/
	background:url(../../images/c1h.jpg) no-repeat\0;
	width:117px\0;
	height:23px\0;
	
	background:url(../../images/c1nh.jpg) no-repeat;
	height:29px;
	width:108px;
	}
.browsebtn:active{
	*background:url(../../images/c1a.jpg) no-repeat;
/*	*width:117px;
	*height:23px;*/
	background:url(../../images/c1a.jpg) no-repeat\0;
	width:117px\0;
	height:23px\0;
	
	background:url(../../images/c1na.jpg) no-repeat;
	height:29px;
	width:108px;
	}
	
	
	


.RegisterMainWrapper input[type="password"] {
    padding: 8px 5px !important;
}