﻿/* TABLE REGISTER and LOGIN and PROFILE*/
.Member-Container {
    float: left;
    width: 100%;
    background: white;
    box-shadow: 0 6px 20px #adadad;
    border-radius: 6px;
    margin: 50px 0px 50px 0px;
    padding: 20px 20px 30px 20px;
}
.Member-Container input
{
    width:95%;
    max-width:300px;
}

.Member_TableInfo
{
	/*float:left;*/
	width:100%;	
	padding-bottom:10px;
}
.Member_TableInfo_Header
{
	/*background-color:#c2e3f0; */
	text-align:center;
	font-weight:bold;
}
.Member_TableInfo_Caption
{
	color:#666666;
	text-align:right;
	width:30%;
}
.Member_TableInfo table
{
	/*width:590px;*/
	border:0px;
	BORDER-COLLAPSE: collapse;
}
.Member_TableInfo td
{
	border:#cccccc 0px solid;
	padding:2px 4px 2px 4px;
}

.Member_text
{
    height:30px;
    font-size:14px;    
    -moz-border-radius: 5px; /* from vector shape */
    -webkit-border-radius: 5px; /* from vector shape */
    border-radius: 5px; /* from vector shape */
    border: 1px solid #d9d9d9;
}

.Member_text_number
{
    height:22px;
    font-size:14px;
    width:420px;
    -moz-border-radius: 5px; /* from vector shape */
    -webkit-border-radius: 5px; /* from vector shape */
    border-radius: 5px; /* from vector shape */
    border: 1px solid #eeeeee;
}


/* DIV LOGIN FORM */
#divLoginForm
{
	position:absolute;
	top:215px;	
	right:5px;
	text-align:center;
	background-color:#fff2a8;	
	border:#fdab53 2px solid;	
	padding:10px;
	color:#444444;
	font-weight:normal;
	z-index:1000;
}
#divLoginForm a
{
	color:#444444;
	font-weight:bold;
}

.logged-area
{
    background-color: #ffe6c7;
    border-radius: 10px;
    color: white!important;
    padding: 2px 5px 2px 8px;
    float:left;
    width:100%;
    height:25px;
    text-align: center;
}