/*********************************************************************
 File: dataminer/css/cmxform.css
 This file contains css rules that are used specifically to format
 some forms on the site. I copied it from an article here:
 http://www.alistapart.com/articles/prettyaccessibleforms
 
*********************************************************************/

h2
{
   color: #3300CC;
}
h3
{
   color: #000099;
}
h3.ltred
{
   color: #E81919;
}
h3.deadline
{
   color: red;
   font-weight: bold;
   font-size: 18px;
}

span.oneNtPckgEmiClient
{padding-left:4%;
font-size: 15px;

}

span.twoNtPckgEmiClient
{padding-left:27.2%;
font-size: 15px;}

span.oneNtPckgNonEmiClient
{padding-left:0%;
font-size: 15px;}

span.twoNtPckgNonEmiClient
{padding-left:27.2%;
font-size: 15px;}

img
{
   width: 325px;
   height: 94px;
   border: 0;
}
div#headerimg
{
   position: absolute;
   top: 0;
}
div#headertxt h2
{
   font-family: arial;
   font-size: 18px;
   margin-top: 15px;
   float: right;
   width: 65%;
   left: 25%;
   position: absolute;
}
div#container
{
   position: absolute;
   top: 100px;
   width: 80%;
   margin: 10px 10px 10px 100px;
   font-family: arial;
}
div#hotelsignup
{
   margin-bottom: 10px;
}
div#golfsignup
{
   margin-bottom: 10px;
}
div#confsignup
{
   margin-bottom 10px;
}
div#simorder
{
   margin-left: 10px;
   font-family: Arial;
   font-weight: bold;
}
div.fstext
{
   margin: 0 10px 10px 10px;
}
span.cbtext
{
   margin-left: 5px;
}
span.userinfo
{
   color: #000099;
}
span.login-advice
{
   color: red;
   font-weight: bold;
   font-size: 18px;
}
div#golfdiv
{
   display: none;
}
div#clubinfo
{
   display: none;
}
table.fees td
{
   text-align: right;
}
form.cmxform fieldset 
{
  margin: 10px 0px 10px 0;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid blue;
  width: 450px;
}
form.cmxform legend 
{
  padding: 0 2px 3px;
  font-weight: bold;
}

form.cmxform label 
{
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol 
{
  margin: 0 0 0 10px;
  padding: 0;
}
form.cmxform fieldset li 
{
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset 
{
  /*border: none;*/
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend 
{
  padding: 0 0 5px;
  font-weight: bold;
}
form.cmxform fieldset fieldset label 
{
  display: block;
  width: auto;
}
form.cmxform em 
{
   font-size: 13px;
   font-weight: bold;
   font-style: normal;
   color: #f00;
}
form.cmxform label 
{
  width: 180px; /* Width of labels */
}
form.cmxform label.wide
{
  width: 360px; /* Width of labels */
}
form.cmxform fieldset fieldset label 
{
  margin-left: 183px; /* Width plus 3 (html space) */
}

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

span.remove_attendee
{
		cursor: pointer;
    font-style: italic;
    float: right;
    color: red;
}
span.remove_guest
{
		cursor: pointer;
    font-style: italic;
    float: right;
    color: red;
}