@charset "utf-8";
/* CSS Document */
#container {
padding:10px;}

form.cmxform p {
	font-family:Helvetica;
	color:#7f7d78;
	font-size:13px;
	line-height:19px;
}

form.cmxform h3 {
	margin:0px 0px 10px 0px;
	font-size:14px;
	font-family: helvetica;
	font-weight:normal;
	color:#996600;
}
.required {
	font-family:Helvetica;
	color:#990000 ;
	font-size:11px;
	line-height:19px;
}
form.cmxform fieldset {
  margin-bottom: 10px;
  border:1px solid #CCCCCC;
  font:Helvetica;
  font-size:11px;
  font-weight:bold;
  padding:10px;
}
form.cmxform legend {
	font-size:14px;
	color:#CC9900;
	padding: 0 2px;
	font-weight: normal;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  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: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
	width: 120px; /* Width of labels */
	text-align:right;
	margin-right:3px;
	font-family:Helvetica;
	font-size:11px;
	font-weight:bold;
}
form.cmxform label:after {
	content:":";
	}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

table.right {
width:100%;
}

td.right {
text-align:right;
margin-right:3px;
}


/* Form Elements */

input {
	border:1px solid #999999;
	background-color:#CCCCCC;
	padding:2px;
}

select {
	border:1px solid #999999;
	background-color:#CCCCCC;
	padding:2px;
}
#experience {
	width:575px;
}

table {
	margin-right:3px;
	font:Helvetica;
	font-size:11px;
	font-weight:bold;
	}
textarea {
	border:1px solid #999999;
	background-color:#CCCCCC;
	padding:2px;
}

.button {
	background:#32312f url(images/button_bg.jpg) repeat-x;
	margin-top:15px;
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform:uppercase;
	font-size:9px;
	line-height:25px;
}
.button:hover {
	background:#CC9900 url(images/button_bg_o.jpg) repeat-x;
	border-color:#CC9900;
	color: #000000;
}