/* Start of CMSMS style sheet 'dreamModules' */
div.reg_steps
{
   background: transparent url(./images/zsuz/wizardBar.jpg) no-repeat;
   line-height: 35px;
   vertical-align: middle;
   letter-spacing: 0.4px;
   padding-left: 8px;
   color: grey;
   font-size: x-small;
}

div.errorMessage
{
/*
  color: white;
  border: 1px solid red;
  background-color: #FF6666;
*/
  padding: 5px;
  margin-top: 20px;
  font-weight: bold;
}

div.wizardNav
{
   background: transparent url(./images/zsuz/wizardBar.jpg) no-repeat;
   line-height: 35px;
   vertical-align: middle;
   letter-spacing: 0.4px;
   padding-left: 8px;
   color: grey;
   padding-right: 36px;
   text-align: right;
}

div.infoRight
{
 text-align: right;
}

#content h1 {
  /*padding-left: 2px;
  margin-left: 6px;*/
  /*width: 656px; */
}

span.currentStep
{
  color: black;
}

div.deleteImgDiv {
  width: 223px; 
  text-align: right; 
}

div.deleteImgDiv input {
  margin-top: 20px;
}

div.showImgDiv {
  height: 220px; 
  width: 220px; 
  border: 1px solid green;
}

.showImgImg{
  width: 220px;
  height: 220px;
}

.field_title 
{
  width:144px;
  float:left;
}

.field_title_2cols
{
  width:90px;
  float:left;
}

.field_title_2cols_wide
{
  width:115px;
  float:left;
}

div.radioDiv
{
  line-height: 30px;
}

.field_input 
{
  width:370px;
  float:left;
}


.field_input_2cols
{
  width:195px;
  float:left;
}

.field_input_2cols_wide
{
  width:175px;
  float:left;
}


div.field_input input
{
   width: 192px;  
}

div.field_input input[type=checkbox] {
  width:10px;
}

div.field_input_2cols input
{
   width: 192px;  
}

div.field_input select
{
   width: 192px;  
}

div.field_input_2cols select
{
   width: 192px;  
}
div.form_row 
{
  line-height:30px;
  vertical-align:middle;
}

/* jobWiz */
div.field_input_wide 
{
  width:475px;
  float: left;
}

div.field_input_wide input 
{
  width: 470px;
}

/* login */

div.greenBox {
  background: transparent url(./images/zsuz/zsuz_quader_dotted.gif) repeat scroll 0 0;
  float:left;
  height:155px;
  margin:0;
  padding:10px;
  width:235px;
}

div.greenBoxTitle {
  font-size:120%;
  font-weight:bold;
  padding-bottom:10px;
}

div.greenBoxContent input {
  width: 204px;
  margin-bottom: 10px;
}

div.greenBoxContent {
  margin-bottom: 8px;
}

div.greenBoxBottomLine {
  font-size: 10px;
  text-align: right;
  margin-right: 18px;
}
/* End of 'dreamModules' */

