  form  {
    background: #FFF;
	border:none;
    margin: 0 0 1em 0;
    padding: 0px;
	font-size:12px;
  }

  form fieldset {
    border: 1px #ddd solid;
    background: #fafafa;
    margin: 0 0 1em 0;
    padding: 0.5em 1em;
  }

  form legend {
    font-size: 125%; font-weight: normal; color: #000;
  } 

  form label {
    color: #666;
  }
  form dfn {font-size:10px;color:#666;float:left; line-height:120%}
  form span.tx-srfreecap-pi2-cant-read {float:left; margin-left:31%;color:#666;font-size:11px;}
  form span.tx-srfreecap-pi2-cant-read a {color:#ff6600;}
  form img.tx-srfreecap-pi2-image {margin-left:0;margin-top:0.5em;}
  form span.mandatory {color:#ff6600;}
  form .typ-text input,
  form .typ-text textarea,
  form .typ-select select {
    font-family:  Arial, Helvetica, sans-serif; 
    border: 1px solid #ddd;
	float:left;
	
  }
  form div.typ-button {
  	text-align:right;

  }
  
  form div input:focus,
  form div select:focus,
  form div textarea:focus,
  form div input:hover,
  form div select:hover,
  form div textarea:hover,
  form div input:active,
  form div select:active,
  form div textarea:active {
    border: 1px #ff6600 solid;
    background: #fff;
  }

    
  form .typ-button input {
    border-top: 1px #CCC solid;
    border-left: 1px #CCC solid;
    border-right: 1px #444 solid;
    border-bottom: 1px #444 solid;
    color: #fff;
    background: #CCC url("button_grey.png") top left repeat-x;
    padding: 0.3em 1.2em;
  }

  form .typ-button input.powermail_reset { color: #300; background: #f5f5f5 top left repeat-x; float:left;}
  form .typ-button input.powermail_submit { color: #FFF; background: #FF6600 top left repeat-x; float:right;}
  form div#powermaildiv_uid22 {float:right}
  form div#powermaildiv_uid22 input.powermail_submit {
	float:none;
  }
 
  form div.typ-button input:focus,
  form div.typ-button input:hover,
  form div.typ-button input:active {
    border-top: 1px #444 solid;
    border-left: 1px #444 solid;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    color: #fff;
    background: #f5f5f5; 
  }

  form div.typ-button input.powermail_reset:focus,
  form div.typ-button input.powermail_reset:hover,
  form div.typ-button input.powermail_reset:active {
    color: #300;
  }

  form div.typ-button input.powermail_submit:focus,
  form div.typ-button input.powermail_submit:hover,
  form div.typ-button input.powermail_submit:active {
    color: #fff;
	background:#ff6600;
  }
  
 
  form  { overflow: hidden; }
  form  fieldset { overflow: hidden; }
  form  legend { background: transparent; border: 0; }
  form  label { display:block; cursor: pointer;  text-align:left;}
  form  .message { display: block; color: #666; }

 
  form  input[type=hidden] { display: none !important; }

 
  form  sup { color: #800; font-weight: bold; }

 
  form  div.typ-text,
  form  div.typ-select,
  form  div.typ-check,
  form  div.typ-button {
    margin: 0.5em 0;
    position: relative;
    overflow: hidden;
  }
  form  div.typ-button {
	width:auto;
	float:left;
	
  }
  
  form  .typ-text input,
  form  .typ-text textarea {
    display: block;
    position: relative;
    padding: 0.3em 0.3em;
    width: 58.5%;
  }

  form  .typ-select select {
    display: block;
    position: relative;
    padding: 0.3em 2px 0.3em 1px;
    width: 60%;
    cursor: pointer;
  }
  form  .typ-select select optgroup {
    font-style: normal;
    font-weight: bold;
  }

  form  .typ-check input { cursor: pointer; }
  form  .typ-check label { display: inline; }

 
  form  .typ-button input {
    width: auto;
    cursor: pointer;
  }

 
  div.error {
	background: #ffb76b; /* old browsers */
	background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 45%, #ff7c00 56%, #ff7f04 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(45%,#ffa73d), color-stop(56%,#ff7c00), color-stop(100%,#ff7f04)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* ie */
	border-top: 1px solid #FFAF56;
	border-left: 1px solid #FFAF56;
	border-right: 1px solid #FFAF56;
	font-size: 11px;
	color: #fff;
	padding: 6px 10px 8px 10px;
	margin-left: -2px;
	
	-webkit-box-shadow: 3px 3px 5px #eee;
	-moz-box-shadow: 3px 3px 5px #eee;
	box-shadow: 3px 3px 5px #eee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
  }
  div.error p {
	margin:0;
	padding:0px;
  }
  .error em {
	display: block;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: #FF7E03 transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 5px;
	border-bottom: 0 none;
  }
  div.error span { color: #000; font-weight:bold; padding:0.5em 0;}
  div.error .message { color: #800; }

  form  .typ-text label,
  form  .typ-select label {
    float: left;
    width: 30%; 
  }

 
  form  div.typ-check { padding-left: 30%; }
  form  div.error .message { margin-left: 31%; }

  form  div.typ-text input,
  form  div.typ-text textarea { width: 66.8%; }
  form  div.typ-select select { width: 68.4%; }
  
 
  * html form  div.typ-text input,
  * html form  div.typ-text textarea { width: 67.2%; }
  * html form  div.typ-select select { width: 68.8%; }
  
  /* IE5.x & IE6 */
  * html form legend { position:absolute; top: -.5em; left: .5em; }
  * html form fieldset { overflow:visible; height: 1%; margin-top:1.5em; padding-top:1.5em; }
  * html form .typ-text input,
  * html form .typ-text textarea,
  * html form .typ-select select {float:none; position:static}

  /* IE7 */
  *+html form legend { position:absolute; top: -.5em; left: .5em;  }
  *+html form fieldset { overflow:visible; height:1%; margin-top:1.5em; padding-top:1.5em;}
  *+html form .typ-text input,
  *+html form .typ-text textarea,
  *+html form .typ-select select {float:none;}
  
  div.typ-link {
  	font-size:12px;
  } 
  FIELDSET {POSITION: relative}
  LEGEND {	 line-height:120%}

  form div.typ-text input.tx-srfreecap-pi2-image-accessible {
	width:32px;height:32px;margin-top: 0.5em;border:none;float:right
  }

