*
{
  margin:  0px;
  padding: 0px;
}

div.flash-notice,
div.flash-error
{
  margin: 7px 0 ;
  padding: 4px;
  padding-left: 30px;
  border-bottom:1px solid #DDDDDD;
  border-top:1px solid #DDDDDD;
}

div.flash-notice
{
  color: #000;
  background: #FFFFCC url(/images/icons/tick.png) no-repeat 4px 4px;
}

div.flash-error
{
  color: #FFF;
  background: #FF0000 url(/images/icons/warning.gif) no-repeat 4px center;
}

tbody th
{
  text-align: left;
  width: 100px;
}

tbody input
{
  width: 250px;
}
/*
tbody input:hover
{
  background-color: #ccc;
}
*/
#adsk91-maincontent .asmContainer ol
{
  margin: 0;
}

.checkbox
{
  width: auto;
}

/*
.button
{
  border: none;
  width: 80px;
  padding: 5px;
  background-color: #efefef;
  color: #000;
  text-align: center;
  cursor: pointer;
  margin-right: 50px;
}
*/
.button
{
  background-color:#969696;
  border:0 none;
  color:#FFFFFF;
  font-size:11px;
  height:18px;
  line-height:12px;
  margin-left:2px;
  padding:3px;
  text-align:right;
  vertical-align:middle;
  width: auto;
  padding-left: 15px;
}

#adsk91-content #adsk91-rightpanel #adsk91-rightpanel-sub #adsk91-maincontent #section1 .radio_list li
{
  list-style-image: none;
  list-style-type: none;
  margin: 0px;
}

#logout
{
  color: #fff;
  width: 50px;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #000 url(/images/logout.gif) no-repeat scroll left center;
}

#adsk91-container #logout a
{
  color: #fff;
}

#thankYou
{
  padding-top: 30px;
}

.disclaimer
{
  font-size: smaller;
}