/*Dr Jay Morgan (www.drjaymorgan.com */
/* File form.css caters www.drjaymorgan.com/application.php */
/* Start Core Components */



<style type="text/css">
<!--

.clear {
  clear: both;
}

form {
  font-size: 1.4em;
	width: 22em;
}


/* fieldset styling */
fieldset {
	margin:  0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	background-color:#F5F5F5;


}

/* legend styling */
legend {
/* font-weight: lighter;  */
	font-weight: bold;
    font-size: .89em;

}

form p {
  position: relative;
	width: 100%;
}

/* style for  labels */
label {
	float: left;
	width: 10em;
}

#remember-me label {
  width: 4em;
}

/* style for required labels */
label .required {
	font-size: 0.43em;
	color:#760000;
}

label .text {
	font-size: 0.83em;
    font-weight: bold;
	color:#000000;
    font-family: ADMUI3Lg;
}


/* style error messages */
label .feedback {
	position: absolute;
	margin-left: 11em;
	left: 200px;
    right: 0;
	font-weight: bold;
	color:#760000;
	padding-left: 18px;
	background: url(images/error.png) no-repeat left top;
}

/* Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

input {
  width: 200px;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
    background-color: #FFFFFF;       /*  test color #00FFFF          white    #FFFFFF    */
}

input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	/* background: #ffc;  /*does not work with IE 6.0 */        */
}

input.radio {
  float: left;
	margin-right: 1em;
}

textarea {
	width: 300px;
	height: 100px;
}

 /*Floating Text Box */

 .container {
	border: 1px dotted #BAB9B8;
	width: 776px;
	overflow: hidden;
	margin-bottom: 20px;
}

.box {
	background: #FFFCC4;          /* original   #FFFCC4  temp  #FF00FF*/
	border: 1px dotted #BAB9B8;
	width: 773px;
	height: auto;
	margin: 0px;
    padding: 0px;
}

.box h1{
  font-family: Arial Black;
  font-size: 0.9em;

}
.box h2{
  font-family: Arial Black;
  font-size: 0.6em;
}

.floatRight {
	float: left;
}
-->
</style>