


img {
	border : 0px;
}


div, span, a, img {
  min-width:0px;
}


p {
	margin-top : 0px;	
}

p.invmsg {
	margin-top : 15px;
}

div.meta {
	font-size : 8pt;
	font-weight : normal;
	font-style : italic;	
}

/* font preferences */
 

h1.pagehead {		
	text-align : center;
	font-size: 26px;
	color: #313131;
	padding : 22px 0px 22px 0px;
	margin : 0px;
	font-weight: 700;
	font-family: "Poppins", Arial, serif;
	text-transform: uppercase; 
}


.loginbox td{
	font-size: 15px;
	color: #505050;
}

div.loginbox input {
    font-size: 12px;
    height: 46px;
    border-radius: 2px;
    font-family: "Poppins", Arial, serif;
    letter-spacing: .09375rem;
    outline: none;
}

div.loginwrapper input.button{
	border: none;
	text-transform: uppercase;
	font-weight: 600;
	transition: all .5s;	
}
div.loginwrapper input.button:hover{
	background-color: #277adc;
	color:white;
}

div.loginbox input {
	font-size: 12px;
	height: 46px;
	border-radius: 2px;
	font-family: "Poppins", Arial, serif;
	letter-spacing: .09375rem;
	outline: none;
}


div.loginwrapper {
	margin: 110px auto 30px auto;
	background-color: #ffffff;
	border-radius: 2px;
	border: 1px solid #d8d8d8;
	clear: both;
	max-width: 500px;
	padding: 0px 20px;
	font-size: 13px;
}

div.loginwrapper table{
	width: 100%;
}

div.loginbox input {
}

div.loginwrapper input{
	margin-bottom: 10px;
}

#sigid{
	float:left;
	display: inline-block;
	width: 35%;
}
div.loginwrapper .reghelp{
	font-size: 8pt;
	color: #999;
	padding: 2px 12px 6px 0px;
	font-style: italic;
	float: right;
	display: inline-block;
	width: 60%;
}

div.loginwrapper .error{ padding-bottom: 10px; }

input.txtin {
	font-size : 12pt;
	padding : 2px;
	width : 250px;
	border-radius : 4px;
	border : 1px solid #a0a0a0;
}

input.stxtin {
	font-size : 12pt;
	padding : 2px;
	border-radius : 4px;
	border : 1px solid #a0a0a0;
}
}


div.registerbox {
		background-color : #e0e0e0;
	     padding : 10px 20px 16px 20px;
    	margin : 2px;	
		border : 2px solid #a0a0a0;	 
}


div.create {
	text-align : center;
	padding : 24px 0px;	
	font-size : 10pt;
	color : #303030; /* dlg: was #ffffff */
}

div.create a {
	color : #000080; /* dlg: was #c0c0ff */
}

td.loginbox {
	align: center;
	
}



ul li {
	margin-top : 6px;
	font-size : 10pt;
}
