.borderBox {
	display: block;
	padding: 25px;
	border: 7px solid #eee;
	margin: 0 0 20px;
	position: relative;
}

.borderBox .edgeLT,
.borderBox .edgeRT,
.borderBox .edgeLB,
.borderBox .edgeRB {
	width: 35px; 
	height: 35px; 
	position: absolute;
}

.borderBox .edgeLT { 
	border-top: 7px solid #7e756d; 
	border-left: 7px solid #7e756d;
	left: -7px;
	top: -7px;
}
.borderBox .edgeRT {
	border-top: 7px solid #7e756d; 
	border-right: 7px solid #7e756d; 
	right: -7px;
	top: -7px;
}
.borderBox .edgeLB {
	border-left: 7px solid #7e756d; 
	border-bottom: 7px solid #7e756d;
	left: -7px;
	bottom: -7px;
}
.borderBox .edgeRB { 
	border-bottom: 7px solid #7e756d; 
	border-right: 7px solid #7e756d;
	right: -7px;
	bottom: -7px;
}



/********************************************
	
	LOGIN BOX

*********************************************/

.loginBox {
	display: block;
	border: 1px solid #ddd;
	border-top: none;
}

.loginBox .menuTabs {
	display: block;
	height: 50px;
	border-bottom: 1px solid #ddd;
}

.loginBox .menuTabs a.tab {
	width: 50%;
	display: block;
	line-height: 49px;
	float: left;
	text-align: center;
	margin-left: -1px;
	border-left: 1px solid #ddd;
	border-top: 2px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #555;

}

.loginBox .menuTabs a.tab.on {
	border-top: 2px solid #7e756d;
}

.loginBoxInner {
	padding: 45px 40px;
}

.loginIptBox {
	display: block;
	padding: 0 30px 0 0;
}

.loginBox .addonGroup {
	display: block;
	border: 1px solid #ddd;
	background: #fafafa;
	height: 20px;
	padding: 10px 0;
	margin: 0 0 5px;
}

.loginBox .addonGroup .addon {
	width: 45px;
	display: block;
	float: left;
	text-align: center;
}

.loginBox .addonGroup .addon i {
	font-size: 15px;
	line-height: 20px;
}

.loginBox .addonGroup .addonIpt {
	display: block;
	float: left !important;
	height: 20px;
	border: none;
	line-height: 20px;
	border-left: 1px solid #ddd;
	padding: 0 15px;
	width: 70%;
	outline: none;
	background: transparent;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
}

.loginBox .addonGroup .addonIpt:focus {
	outline: none;
}

.findIcon {
	display: block;
	position: relative;
	padding: 15px 0 0 120px;
	border-left: 1px solid #ddd;
}

.findIcon .icon {
	display: block;
	width: 65px;
	height: 65px;
	background: #444;
	text-align: center;
	position: absolute;
	left: 35px;
	top: 10px;
	border-radius: 50%;
}

.findIcon .icon i {
	font-size: 28px;
	line-height: 65px;
	color: #eee;
}


.findIcon h5,
.findTitle h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 8px;
	font-family: 'Open Sans', sans-serif;
	color: #333;
}

.findIcon p,
.findTitle p {
	line-height: 1.3;
	color: #777;
	margin: 0 0 15px;
}