body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a:link {
    color: #114DB5;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: #114DB5;
}

/**
	CSS FOR MODAL CASE */
.log-frm {
}

.log-frm ul {
	margin: 0 !important;
	padding: 0 !important;
}

.log-frm ul li {
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 25px;
}

.log-frm ul li a {
	color: #f47521;
	cursor: pointer;
	display: block;
	padding: 10px 0;
}

.log-frm ul li p {
	border: 1px solid #ccc;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0;
	padding: 2px 5px;
}

.log-frm ul li input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 0;
	color: #000;
	display: block;
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 10px;
	width: 100%;
}

.model-l {    
	padding-right: 0px;    
}

.model-r .o-r {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	border-radius: 100%;
	bottom: 0;
	height: 40px;
	margin: auto;
	overflow: hidden;
	position: absolute;
	left: -19px;
	top: 0;
	width: 40px;
	z-index: 99999;
}

.model-r .o-r span {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #ccc;
	color: #666;
	display: block;
	height: 100%;
	padding: 8px 0 0;
	text-align: center;
	width: 100%;
	border-radius: 100%;
	display:block;
	position: relative;
}

.model-r {
	padding-left: 30px;
	position: relative;
	border-left: 1px dotted #cccccc;
}

.forgot {
	display: none;
}
