﻿
/*---------------------------------------------------------------------
   Mark
---------------------------------------------------------------------*/
.reqstar
{
	color: #FF9900;
	font-size:large;
}

.boxBackground
{
	/*background-image: url(images/bgbox1.png);*/
	background-repeat: no-repeat;
	height: 200px;
	margin-bottom: 2px;
	margin-top: 2px;
}

/*---------------------------------------------------------------------
   HTML Control
---------------------------------------------------------------------*/
.textbox1
{
    border: 1px solid #94C1E8;
}

.fieldset1{
  margin: 15px 0;
  padding: 15px;
  width: 85%;
  border: 1px solid #ccc;
}

.fieldset1 legend {
  padding: 5px 15px; 
  font-weight: bold;
  background: #105EA0;
  color: #fff;
}

.button-bg
{
	background: url(images/button_bg1b.gif) repeat-x;
	border: 1px solid #4A95C9;
	color: #184461;
	height: 19px;
}
