#content {
	background-image: url(../img/autobahn_faqs_content_bg.gif);
}

#contentbody {
	width: 760px;
}

/*
*  Wizard
*/      
#wizard_container {
  width: 700px;
  height: 400px;

  margin: 0 auto;
  margin-bottom: 20px;
  
  border: 1px solid #000;
}

#wizard_container .caption {
  padding: .5em 0;
  
  background-color: #ccc;
  border-bottom: 1px solid #000;
  
  text-align: center;
  font-weight: bold;
  font-size: .9em;
}
   
#wizard_pages_container {
  overflow: auto;
}        

#wizard_pages_container .page {
  margin: 4px;
  font-size: .8em
}        
            
#wizard_container .controls {
  padding: .5em 0;

  background-color: #222222;
  border-top: 1px solid #767676;
  color: white;
  
  font-size: .9em;
}

#wizard_container .controls .prev {
  margin-left: 1em;
}

#wizard_container .controls .status {
  line-height: 1.4em;
}

#wizard_container .controls .next {
  margin-right: 1em;
}

form input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
     
form input.validation-failed, 
form textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
      
form .validation-advice {
  margin-top: 5px;
	padding: 5px;
	background-color: #FF3300;
	color: #FFF;
	font-weight: bold;
}

form .custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}                


/*
*  Page 1 - Setup Videos
*/
#wizard_pages_container .page-0 table {
  width: 670px;
  border-collapse: collapse;
}

#wizard_pages_container .page-0 table th,
#wizard_pages_container .page-0 table td {
  vertical-align: top;
  padding: 2px 5px;
}

#wizard_pages_container .page-0 table .default-video {
  width: 20px;
  text-align: center;
}

#wizard_pages_container .page-0 table .video-url,
#wizard_pages_container .page-0 table .video-url input {
  width: 250px;
}

#wizard_pages_container .page-0 table .bitrate,
#wizard_pages_container .page-0 table .bitrate input {
  width: 50px;
}

#wizard_pages_container .page-0 table .smm-url,
#wizard_pages_container .page-0 table .smm-url input  {
  width: 250px;
}
    
#wizard_pages_container .page-0 table .remove-row {
  width: 20px;
  text-align: center;
}
      
#wizard_pages_container .page-0 table .remove-row div {
  width: 16px;
  height: 16px;
  
  margin-top: .2em;
  
  cursor: pointer;
  background-image: url(../img/delete.gif);
}

#wizard_pages_container .page-0 table tfoot ul li {
  line-height: 20px;
  background-image: url(../img/add.gif);
  background-repeat: no-repeat;
  background-position: 0;
  cursor: pointer;        
}
#wizard_pages_container .page-0 table tfoot ul li span {
  margin-left: 20px;
}

/*
*  Page 2 - Autobahn URL
*/
#wizard_pages_container .page-1 textarea {
  width: 670px;
  height: 200px;
}
    
#wizard_pages_container .page-1 ul {
  list-style: none;
  float: left;
  
  display: inline;       
}

#wizard_pages_container .page-1 ul li {
  float: left;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0;
  cursor: pointer;        
}
   
#wizard_pages_container .page-1 ul li.copy {
  background-image: url(../img/paste_plain.gif);
}

#wizard_pages_container .page-1 ul li.download {
  margin-left: 10px;
  background-image: url(../img/script_save.gif);
}

#wizard_pages_container .page-1 ul li span {
  margin-left: 20px;
}

#wizard_pages_container .page-1 input {
  width: 670px;
}

/*
*  Page 3 - Player Options
*/      
#wizard_pages_container .page-2 div.form-container { 
  width: 670px;        
  padding: 5px; 
}

#wizard_pages_container .page-2 p.legend { margin-bottom: 1em; }
#wizard_pages_container .page-2 p.legend em { color: #C00; font-style: normal; }

#wizard_pages_container .page-2 div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
#wizard_pages_container .page-2 div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

#wizard_pages_container .page-2 div.form-container p.note { 
  margin-left: 170px; 
  font-size: 90%; 
  color: #333; 
}

#wizard_pages_container .page-2 div.form-container div.row { 
   padding: 0.25em 0; 
}

#wizard_pages_container .page-2 div.form-container label, 
#wizard_pages_container .page-2 div.form-container span.label { 
  margin-right: 10px; 
  padding-right: 10px; 
  width: 150px; 
  display: block; 
  float: left; 
  text-align: right; 
  position: relative; 
  
  line-height: 1.3em;
}    

#wizard_pages_container .page-2 div.form-container label.error, 
#wizard_pages_container .page-2 div.form-container span.error { 
  color: #C00; 
}

#wizard_pages_container .page-2 div.form-container label em, 
#wizard_pages_container .page-2 div.form-container span.label em { 
  position: absolute; 
  right: 0; 
  font-size: 120%; 
  font-style: normal; 
  color: #C00; 
}

#wizard_pages_container .page-2 div.form-container input.error { 
  border-color: #C00; 
  background-color: #FEF; 
}
     
#wizard_pages_container .page-2 div.form-container div.controlset label, 
#wizard_pages_container .page-2 div.form-container div.controlset input { 
  display: inline; 
  float: none; 
}

#wizard_pages_container .page-2 div.form-container div.controlset div { margin-left: 170px; }
      
#wizard_pages_container .page-2 #image_url {
	width: 300px;
}

#wizard_pages_container .page-2 #caption {
	width: 300px;
}

/*
*  Page 4 - Player Source
*/       
#wizard_pages_container .page-3 div.row {
	padding: 0.25em 0; 
}

#wizard_pages_container .page-3 div.row select {
  width: 300px;
  vertical-align: middle;
}

#wizard_pages_container .page-3 textarea {
  width: 670px;
  height: 250px;
}

#wizard_pages_container .page-3 ul {
  list-style: none;
  float: left;
  
  display: inline;       
}

#wizard_pages_container .page-3 ul li {
  float: left;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0;
  cursor: pointer;        
}
   
#wizard_pages_container .page-3 ul li.copy {
  background-image: url(../img/paste_plain.gif);
}

#wizard_pages_container .page-3 ul li.download {
  margin-left: 10px;
  background-image: url(../img/script_save.gif);
}

#wizard_pages_container .page-3 ul li span {
  margin-left: 20px;
}    