@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

body{ font-family:Tahoma, Geneva, sans-serif;}
.container 
{
	width:100%; 
	height:auto; 
	margin:0 auto; 
	/*min-height:300px; */
	background-color:#eceff5;}
.header
{
	 width:100%; 
	 height:34px;
	 /*background:url(../images/header.png); */
	 background-color:#3164A6;
	 background-repeat:repeat-x; 
	 text-align:center;color:#FFF;
	 font-weight:bold; float:left;
	 padding-top:10px;}
.formbg{ width:100%; height:200px; margin:10px auto; float:left;}
.emailorphone{ width:90%; height:auto;; margin:0 auto;}
.emailorphone input{ /*width:100%;*/ height:25px; margin:5px 0 10px 0px;}
.emailorphone .submit_btn{
  background-color: #3164A6;
  /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d83b2), color-stop(100%, #415a91));
  background-image: -webkit-linear-gradient(top, #6d83b2, #415a91);
  background-image: -moz-linear-gradient(top, #6d83b2, #415a91);
  background-image: -ms-linear-gradient(top, #6d83b2, #415a91);
  background-image: -o-linear-gradient(top, #6d83b2, #415a91);
  background-image: linear-gradient(top, #6d83b2, #415a91);*/
  border: 1px solid #27395f;
  border-bottom: 1px solid #27395f;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #516ba5;
  box-shadow: inset 0 1px 0 0 #516ba5;
  color: #fff;
  font-family: Tahoma,Geneva,sans-serif;
  font-size:16px;
  padding: 6px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #6783c1; cursor:pointer;
  height:35px;
  width:90px;
	}
.MobileTextBox{
    background-attachment: scroll;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #B3B3B3;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    display: inline-block;
    font-size: 16px;
    padding: 2px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 95%;
}

.LogoutCss
{
	color: White;
    font-size: 12px;
    margin-top: 0;
    text-decoration: none;
    width: 45px;	
}
.Label{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    vertical-align: top;
   /* width: 20%;*/
}