

.entryForm
	{font-weight: bold;
	text-align:center;}	


.entryForm tr
	{height: 32px;}
	
	
input[type=button]
	{
	font-weight:bold;
	height:30px;
	width:85px;	
	}

	
	
.entryForm input[type=text], .entryForm input[type=tel], .entryForm input[type=email], .entryForm input[type=password], .entryForm input[type=file], .entryForm select
	{
	 	/*float:left;*/
  	margin:0;
  	background:#c9bea7;
  	border:none;
  	padding:6px 4px;
  	/*height: 20px;*/
  	text-align:center;
  	font-weight:bold;
  	/*color:#837a6a;*/
  	font:bold 16px Arial, Helvetica, sans-serif;
  	text-transform:none;
  	/*-webkit-border-radius: 9px;		/*19*\/
  	-moz-border-radius: 9px;
  	border-radius: 9px;
  	position:relative;*/
  	/*width:266px;*/
  	outline:none;
	}
		
.entryForm select
	{
	font:20px Arial, Helvetica, sans-serif;
	}
	

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
	
	
.snowForm input[type=text], .snowForm input[type=tel], .snowForm input[type=email], .snowForm input[type=password], .snowForm input[type=file], .snowForm select
	{
	background:white;
	text-align:center;
	border: 1px #A9A9A9 solid;
  font: 16px Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
.snowForm
	{font-weight: normal;
	color:black;
	font-size: 1.2em;
	text-align:left;
	}	


.snowForm tr
	{height: 20px;}
	

	
	
	
/* ============================= contact form START ===================================== */

#contact_form 
	{
	width: 302px;
	float:left;
	padding-top:4px;
	margin-right:41px;
	overflow:hidden;
	}

  
/*		#contact_form .clearfix
  	{
  	width:100%;
  	margin-bottom:9px; 
  	position:relative;
  	}
*/
  	
	
  #contact_form input, #contact_form textarea
  	{
  	float:left;
  	margin:0;
  	margin-bottom:6px;
  	background:#c9bea7;
  	border:none;
  	padding:14px 18px;
  	/*color:#837a6a;*/
  	font:12px Arial, Helvetica, sans-serif;
  	text-transform:none;
  	/*-webkit-border-radius: 9px;		/*19*\/
  	-moz-border-radius: 9px;
  	border-radius: 9px;*/
  	position:relative;
  	width:266px;
  	outline:none;
  	}

 #contact_form .halfwidth
  	{
  		 width:114px;
  	}

  	
	#contact_form textarea
		{
		height:120px;
		/*width:400px;*/
		overflow:auto;
		resize:none;
		text-transform:none;
		}
		
	#contact_form .buttons{padding-top:15px; text-align:right}
	#contact_form .buttons a span{padding:0 26px}

/* ============================== contact form END ====================================== */



textarea
	{
  	margin:0;
  	background:#c9bea7;
  	border:none;
  	padding: 4px 8px;
  	/*color:#837a6a;*/
  	font:12px Arial, Helvetica, sans-serif;
  	text-transform:none;
  	width:266px;
  	outline:none;
		/*height:88px;*/
		/*width:400px;*/
		overflow:auto;
		resize:none;
	}

.passforgot {
	position: absolute;
	left: 200px;
	top: -9px;
	display: block;
	color: #96281b;
	height: 30px;
	line-height: 30px;
	width: 15px;
	}
	
.passforgot:hover
	{background: #e26a6a;}
	
#passwordBox
	{position:relative;}


button.nicebutton
	{
		display:inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 0.80rem;
    border-radius: .25rem;
	}

button.nicebutton.bluebtn
	{
	  color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
	}

button.nicebutton.bluebtn:hover
	{
	background-color:#337ab7;
	border-color:#2e6da4
	}
