/* form */
/* 
---- **** ---- Completion date: 22:59, 17th Jan 2006  ---- ****
Johan @http://www.zoic.be, another theme based on a form of style by Stu Nicholls
Graphics Modified by High Plains Web Design
marshall@highplainswebdesign.com
---- **** ---- Completion date: 12:56, 6th Feb 2010  ---- ****
*/

/* reset all paddings and margins to zero! needed for this form */

* 
{
	margin:0;
	padding:0;
}
body {
	background-image: url(../solitude/images/bodyBg.jpg);
	background-repeat: repeat-x;
	background-color: #fffde4;
}

form#two 
{
	background:transparent url(../images/clipboard2.png) no-repeat center top;
	width:604px;
	padding: 120px 20px 0 20px;
	/* center the form */
	margin: 0 auto;
}
	
form#two fieldset
{
	display:block;
	width:354px;
	padding:10px;
	margin: 2em auto 0 auto;
	/* remove default border styles */
	border: 0 solid #fafafa;
	font-size:100%;
	font-family: "Helvetica", Sans-Serif;
	line-height: 1.5em;	
}

 
form#two label, form#two input 
{
	display: block;	
	float: left;
	margin-bottom: 10px;
	height: 22px;
}

form#two input, form#two input:hover, form#two input:focus
{
	border: 0 none;
	background:transparent;	
}

form#two fieldset#personal input:focus, form#two textarea:focus
{
	background: #D9FFEC url(redpix/input_bg_focus.gif) no-repeat left top;
	border: 1px solid #cfcfcf;
}

form#two fieldset#personal input 
{	
	height: 1.2em;
	width: 170px;
}

form#two br 
{
	clear: left;
}

form#two fieldset#opt select 
{
	width: 170px; 
}

form#two p 
{
	padding:1em 0 2em 0;
} 

form#two label
{
	width: 7em;
	padding-right: 5px;
	font-weight: bold;
	text-align: right;
	color: #FF6600;
}

form#two fieldset#personal input, fieldset#personal input:hover, form#two textarea  
{
	background: #fff url(redpix/input_bg.gif)  left top no-repeat;
	border: 1px solid #cfcfcf;
} 
	
form#two fieldset#opt select, form#two fieldset#opt legend, form#two fieldset#opt optgroup 
{
	background: #fff;
	font-weight: normal;
}

form#two legend 
{
	margin-bottom: 0.5em;
	border-bottom: 0.5em solid #33CC99;
	font-size: 130%;
}

form#two #medical 
{
	background: #E8FFE8 url(redpix/legend_medical_bg.gif) 100% 0 no-repeat;
}

form#two #personal 
{
	background: #E8FFE8 url(redpix/legend_personal_bg.gif) no-repeat 100% 0;
}

form#two #opt 
{
	background:#E8FFE8 url(redpix/legend_opt_bg.gif) 100% 0 no-repeat;
}

form#two #current 
{
	background: #E8FFE8 url(redpix/legend_current_bg.gif) 100% 0 no-repeat;
}

form#two optgroup option 
{
	text-indent: 1.5em;
	color: #3399CC;
	font-weight: 600;
}

form#two fieldset#opt optgroup
{
	text-transform: lowercase;
	color: #3399CC;
	font-size: 1em;
}

form#two label:first-letter
{
    padding-bottom: 1px; 
    border-bottom: 1px #d60153 solid;
    font-weight: bold;
    text-transform: capitalize;       
}

form#two textarea 
{
	width: 341px;
	height: 15em;
	background: #FFFFFF;
	overflow: auto;
	border: thin solid #55FF55;
}

form#two #button1, form#two #button2  
{  
	display: inline;
	padding: 2px;
	color: #d60153;
	background: transparent url(redpix/button_bg.gif) bottom left no-repeat;
	border: none;
	cursor: pointer;
	width: 130px;
	margin: -6px 35px 0 48px;
	height: 24px;
	text-align: center;
	}

form#two #button1:hover, form#two #button2:hover 
{
	color:#e1417e;
}
form#two fieldset#personal p {clear:left;}


/* IE 5.x WIN and IE6*/   
   
/*\*/
* html body {text-align /**/:center;}
* html form#two { width /**/: 480px; text-align /**/:left; }
* html form#two fieldset { width /**/: 374px; }
* html form#two fieldset#opt select {margin-right /**/: 13em;}
* html form#two label:first-letter { padding-bottom:0;border: 0 none; 
text-decoration: underline; }
/**/


/* IE MAC workaround for centering the form elements */

/*\*//*/ 
form#two { width: 390px;}
form#two fieldset { width: 334px;} 
form#two fieldset#opt select {margin-right: 0;}
/**/ 

/* Button Area */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/* rounded buttons */
#links {border:1px solid #ccc; padding:10px;}
* {padding:0; margin:0; list-style-type:none; font-family:tahoma, arial, sans-serif; color:#534010; font-size:11px; font-weight:bold; text-decoration:none;  }
h1 {font-size:12px; color:#333; padding-bottom:20px;}
h2 { font-size:14px; font-weight:bold; margin:20px 0 10px 0; color:#ccc;}
li {margin:10px;}
hr {background:transparent; margin:20px 0; height:1px; border:0; border-top:1px dotted #ccc;}

.round {
	cursor:pointer;
	cursor:hand;
	line-height:27px;
	height:27px;
	background:url(../images/button.gif) no-repeat right top;
	padding-right:30px;
	display:inline-block;
}

.round ins { 
	background:url(../images/button.gif) no-repeat left top; 
	height:27px;
	line-height:27px;
	display:inline-block;
	padding-left:30px;
}

	a.round:hover {background-position:right -155px;}
	a.round:hover ins {background-position:left -155px;}
	
