.table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size:12px;
	text-align: center;
	vertical-align:middle;
}


.tbldiv {
	width: 75px;
}


.contactheader  {
   position: relative;
	font: 24px Arial;
	font-weight: bold;
    color: #042a98;	
	top: 0px;
	//text-align: center;
}

.editlabel {
    position: relative;
	font: 12px Arial;
	font-weight: bold;
    color: #042a98;	
	top: 0px;
	text-align: right;
	padding-right: 10px;
    -o-text-overflow: ellipsis;   /* Opera */
    text-overflow:    ellipsis;   /* IE, Safari (WebKit) */
    overflow:hidden;              /* don't show excess chars */
    white-space:nowrap;           /* force single line */	
}


.tabletext {
    position: relative;
	font: 14px Arial;
	font-weight: bold;
    color: #042a98;	
}


.errormsg  {
    position: relative;
	font: 12px Arial;
	font-weight: bold;
	color: red;
	text-align: center;
}

.textbox {
	position: relative;
	font: 12px Arial;
	font-weight: bold;
	width: 430px;
    color: #042a98;	
	background-color:white;
}


.top  {
	vertical-align:top;
}

input[type=checkbox] {
	visibility: visible;
}


input {
	position: relative;
	font: bold 12px Arial;	
	text-indent:3px;
	text-align: left;
	background-color : #ffffff;	
    border: 1px solid black; 
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;		
    -webkit-border-bottom-left-radius: 5px;		
    -webkit-border-bottom-right-radius: 5px;		
    //padding: 10px;
	height: 20px;
    margin: 0 0 2px 0;
}


textarea {
	outline: none !important;
	border:1px solid black;
	resize: none;
//box-shadow: 0 0 10px #719ECE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}




.smallbutton {
	background-image: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(243,243,243,1) 100%);
	background-image:    -moz-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(243,243,243,1) 100%);
	background-image:     -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(243,243,243,1) 100%);
	background-image:      -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(243,243,243,1) 100%);
	background-image:         linear-gradient(top, rgba(252,252,252,1) 0%,rgba(243,243,243,1) 100%);
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15), 0px 1px 2px 0px rgba(0,0,0,0.15), 0px -2px 3px 0px 	rgba(255,255,255,1)inset, 0px -16px 0px 0px rgba(237,237,237,1)inset;
      -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15), 0px 1px 2px 0px rgba(0,0,0,0.15), 0px -2px 3px 0px rgba(255,255,255,1)inset, 0px -16px 0px 0px rgba(237,237,237,1)inset;
           box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15), 0px 1px 2px 0px rgba(0,0,0,0.15), 0px -2px 3px 0px rgba(255,255,255,1)inset, 0px -16px 0px 0px rgba(237,237,237,1)inset;
	border: solid 1px #ACACAC;
	border-color: #5E5E5E #888888 #696969 #888888;
	-webkit-border-radius: 16px;
    -moz-border-radius: 16px;
         border-radius: 16px;
	padding: 0px 4px 0px 4px;
   	text-decoration:none;
	font-family: wingdings;
	font-size: 12px;	
	display: inline-block;
	line-height: 22px;
	height: 18px;
	width: 20px;
	color: rgba(51,51,51,1);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.smallbutton:hover {
   //color: rgba(255,51,51,1);
   color: rgba(51,51,51,1);
}

.smallbutton:active {
   background-image: -webkit-linear-gradient(top, rgba(167,199,225,1) 0%,rgba(124,176,222,1) 100%);
   background-image:    -moz-linear-gradient(top, rgba(167,199,225,1) 0%,rgba(124,176,222,1) 100%);
   background-image:     -ms-linear-gradient(top, rgba(167,199,225,1) 0%,rgba(124,176,222,1) 100%);
   background-image:      -o-linear-gradient(top, rgba(167,199,225,1) 0%,rgba(124,176,222,1) 100%);
   background-image:         linear-gradient(top, rgba(167,199,225,1) 0%,rgba(124,176,222,1) 100%);
   -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15), 0px 1px 2px 0px rgba(0,0,0,0.15), 0px -2px 3px 0px rgba(182,226,244,1)inset, 0px -16px 0px 0px rgba(99,165,219,1)inset;
      -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15), 0px 1px 2px 0px rgba(0,0,0,0.15), 0px -2px 3px 0px rgba(182,226,244,1)inset, 0px -16px 0px 0px rgba(99,165,219,1)inset;
           box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15), 0px 1px 2px 0px rgba(0,0,0,0.15), 0px -2px 3px 0px rgba(182,226,244,1)inset, 0px -16px 0px 0px rgba(99,165,219,1)inset;
   border: solid 1px #323D9F;
   border-color: #323D9F #3365B4 #3365B4 #3365B4;
}



.arrow-n {
  border-bottom-width: 1em;
  border-bottom-style: solid;
  border-bottom-color: #666;
  bottom: 0.6em;
}

           
.arrow-s {
  border-top-width: 1em;
  border-top-style: solid;
  border-top-color: #666;
  top: 0.0em;
}
