.standard {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
}
.inputbox {
	font-family: Tahoma;
	font-size: 12px;
	padding: 3px;
	background-color: #FFFFFF;
}
.standard_red {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.button {
	font-family: Tahoma;
	font-size: 11px;
	background-image: url(images/button_bg_grey.gif);
	color: #333333;
	width: 130px;
	height: 26px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.button:hover {
	font-family: Tahoma;
	font-size: 11px;
	background-image: url(images/button_bg_grey_hover1.gif);
	color: #333333;
	width: 130px;
	height: 26px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.border {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #BEBAB4;
}
.links {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E478A;
}
#message {
	padding: 0;
}
input, textarea {
  font: normal 11px/17px Tahoma, Arial, sans-serif;
  color: #3a3a35;
}

#message .row label em {font-style: normal; padding-left: 3px; color: #AAAAAA;}

  #message div.textinput {
	height: 26px;
	margin: 3px 0 0 0;
	background-image: url(images/textbox_200.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
  }

  #message input {
    background: none;
    width: 188px;
    height: 21px;
    padding: 5px 6px 0 6px;
    border: none;
  }

  #message div.textarea {
    background: url(images/textarea_375.gif) 0 0 no-repeat;
    height: 95px;
    margin: 3px 0 0 0;
  }

  #message textarea {
    background: none;
    width: 363px;
    height: 83px;
    margin: 5px 6px 5px 6px;
    border: none;
  }

  #message button {
    background: url(../img/buttons/send_message.gif) 0 0 no-repeat;
    height: 26px;
    width: 100px;
    margin: 16px 0 0 0;
    float: right;
  }
.inputboxclear {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	border: 1px solid #FFFFFF;
}
.buttonCopy {
	font-family: Tahoma;
	font-size: 12px;
	background-image: url(images/button_bg.jpg);
	padding: 3px;
	border: 1px solid #3E478A;
	color: #333333;
	font-weight: bold;
	background-color: #898EB8;
	width: 330px;
}
#message2 {
	padding: 0;
}
input, textarea {
  font: normal 11px/17px Tahoma, Arial, sans-serif;
  color: #3a3a35;
}

#message2 .row label em {font-style: normal; padding-left: 3px; color: #AAAAAA;}

  #message2 div.textinput2 {
	height: 26px;
	margin: 3px 0 0 0;
	background-image: url(images/textbox_375.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
  }

  #message2 input {
    background: none;
    width: 365px;
    height: 21px;
    padding: 5px 6px 0 6px;
    border: none;
  }
.error {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
#EventsMenu{
	background-color: #0d439d;
}
.whiteColor{
	color: #FFF;
}

