@charset "utf-8";
/* CSS Document */

.formHolder {
	width:200px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#rcorners1 {
  border-radius: 25px;
  background: #73AD21;
  padding: 20px; 
  width: 200px;
  height: 150px; 
}
.redAsterix {color: #FF0000}


img {
    height: auto;
    max-width: 100%;
}

.formButton {
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	border: 0px;
	cursor: pointer; cursor: hand;
}

.greyformtextbold {
	font-family: Arial;
	font-size: 8px;
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	height: 20px;
}

.formtext {
	font-family: Arial;
	font-size: 8px;
	color: #000000;
}

.formtextentry {
	font-family: Arial;
	font-size: 8px;
	color: #000000;
	padding-left:5px;
}

.formtextbold {
	font-family: Arial;
	font-size: 8px;
	color: #000000;
	font-weight: bold;
}
.formtexttitlesbold {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.formtextHeader {
	font-family: Arial;
	font-size: 18px;
	color: #a400cf;
	font-weight: bold;
}

.welcometext {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.tableHeadertext {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.maintext {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.smallmaintext {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
.confirmationtext
{
    font-family: Arial;
    font-size: 12px;
    color: #FF0000;
    font-weight: bold;
}
.maintextbold {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.hlinks {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.hlinks A:visited  {
ffont-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.hlinks A:link  {
font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.hlinks A:active  {
font-family: Arial;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}

.menulinks {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	font-style: normal;
	text-decoration: none;
}

.leftmenulinks {
	font-family: Arial;
	font-size: 14px;
	color: #555555;
	font-style: normal;
	text-decoration: none;
}
.whiteButtonText {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
