textarea, input, select, .select_icon, input.fileinput, .disabled_input, .like_input {
    border:1px solid #BBBBBB;
    font-family:inherit;
    font-size: inherit;
    color: #333333;
    padding:4px 0px 4px 0px;
    /*background: #FFF url(../images/white.png) repeat;*/
    -moz-border-radius: 5px;
    border-radius: 5px;
}

textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  /*padding-left:1%;
  padding-right:1%;*/
  padding:5px;
}

select {
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding-top:1px;
	padding-bottom:1px;
      /*background: #e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;*/
}

legend {
    font-weight: bold;
    /*color:#F29F05;*/
    padding:1px 10px 1px 10px;
    border:1px solid #cccccc;
    background: transparent url(../images/cancel_input.png) 0px -1px repeat-x;
    margin-bottom:-4px;
}

select:hover,input:hover{
	/*border:1px solid #CBCBCB;*/
	/*background-color:#FCF2D1;*/
}


div.fileinputs {
    position: relative;
    float:left;
    width:100%;
    margin-bottom: 25px;
        
}

div.fakefile {
	position: absolute;
	top: -3px;
	left: 0px;
	z-index: 1;
        width:100%;
}

input.file {
	position: absolute;
	text-align: right;
	z-index: 2;
        
        right:0px;
        top:-4px;
        width:100%;
        cursor:pointer;
        
    	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
}

.one_input{
	float:left;
	width:100%;
	padding-bottom:3px;
	padding-top:3px;
}

.full_line{
  float:left;
  width:100%;
  background-color: transparent;
}

.value_exists {
    float: left;
    color:#c80909;
    font-weight:bold;
}

.input_label_error, .input_label{
	float:left;
	width:22%;
	text-align:right;
	padding-right:2%;
      padding-top:2px;
      font-weight: solid;
}



.missing_input, .input_error{

    border: 1px solid #c80909;/*#F29F05;*/
    background-color: #ffebe8;
      /*
      background-color: #d85252;
      color:#FFF;
      */
}

.input_label_error{
  color: #c80909;
}

.disabled_input {
    background-color: transparent;
    border: 1px dotted #BBBBBB;
    color: #6b6767;
}

.input_object{
	/*position:relative;*/
	float:left;
	width:76%;
	text-align:left;
	padding-left:0%;
}

.input_shadow{
     border-bottom: 1px solid #d9d9d9;
     float:left;

}


.submit_input, .submit_input_gray, .closeModalBox {
        background: transparent url(../images/submit_input.png) 0px 0px repeat-x;
	
        color:#FFF;
	font-weight:solid;
        font-size:inherit;
        padding: 8px 10px 8px 10px;
	text-align:center;
        border:none;
        border-right: 1px solid #004e56;
        border-left: 1px solid #004e56;
        border-bottom: 1px solid #004e56;
        cursor: pointer;
}


.submit_input_gray, .closeModalBox {
        background: transparent url(../images/submit_input_gray.png) 0px 0px repeat-x;
        color:#333333;
        border-right: 1px solid #c8c6c5;
        border-left: 1px solid #c8c6c5;
        border-bottom: 1px solid #c8c6c5;
}



.green_input {
  //background: transparent url(../images/cancel_input.png) 0px 0px repeat-x;
  background-color: #569f39;
  height: 25px;
      color:#fff;
  font-weight:bold;
      font-size:12px;
      padding-bottom: 4px;
  text-align:center;
      border:none;
      border-right: 1px solid #999999;
      border-left: 1px solid #999999;
}

.green_input:hover{background-color: #ffa500; border-right: 1px solid #ffa500;
      border-left: 1px solid #ffa500; cursor: pointer;}


form{
	float:left;
	width:100%;
}

fieldset{
	width:97%;
	padding-left:1%;
	padding-right:2%;
	padding-bottom:4px;
	padding-top:4px;
	margin-left:0;
	margin-right:0;
	margin-top:4px;
	margin-bottom:0px;
	border: 1px solid #cccccc;
      text-align: left;
      float:left;
}

fieldset td, fieldset h1 {
    background-color: transparent;
    border: none;
}

.input_cell {
  border:none;
  height:11px;
  width:100%;
  background-color:transparent;
  /*background-color: green;*/
  margin:0px;
  padding:0px;

}

.input_cell_tip {
  position:absolute;
  top:-2px;
  right:1px;
  width:10px;
  text-align: center;
}


.titlemodalbox, .submitset {
	width:98%;
	padding-left:1%;
	padding-right:1%;
	padding-bottom:4px;
	padding-top:4px;    
	margin-left:0;
	margin-right:0;
	margin-top:0px;
	margin-bottom:4px;
	border: 1px solid #cccccc;
      border-top:none;
      text-align: left;
      float:left;
      background-color: #f6f7f8;

}



.titlemodalbox {
  border: 1px solid #cccccc;
  border-bottom:none;
  margin-bottom:0px;
  font-weight:bold;
  margin-top:4px;
  padding-top:8px;
  padding-bottom:8px;
}

.error_message, .drop_question, .success_message {
	width:96%;
      float:left;
	padding-left:2%;
	padding-right:2%;
	border: 1px solid #c80909;/*#F29F05;*/
	margin-top:4px;
	margin-bottom:4px;
      background-color: #ffebe8;
      padding-top:10px;
      padding-bottom: 10px;

}

.success_message, .error_message {
    font-weight: bold;
}

.success_message {
  background-color: #e2e4ff;
  border: 1px solid #55af5e;
}

.drop_question {
  margin-bottom: 0px;
  padding-top : 15px;
  padding-bottom: 20px;
  border: 1px solid #cccccc;
  border-top: 5px solid #ce7056;
}

.success_question {
  width:96%;
  float:left;
  padding-left:2%;
  padding-right:2%;
  margin-bottom: 0px;
  padding-top : 15px;
  padding-bottom: 20px;
  border: 1px solid #cccccc;
  border-top: 5px solid #55af5e;
  background-color: #e2e4ff;
}


.update_action_box{
  float:left;
  width:97%;
  border:1px solid #cccccc;
  background-color:#f2f2f2;
  padding-left:1%;
  padding-right: 2%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.procsess_button, .nav_bar_item, .nav_bar_item_active, .r_arrow, .l_arrow, .r_arrow_disabled, .l_arrow_disabled {
    float:left;
    padding:6px 0% 4px 0%;
    border: 1px solid #c6c6c6;
    background-color: #f6f6f6;
    color:#6e6666;
    font-size:14px;
    width:45px;
    text-align: center;
    height:19px;
    margin-left:2px;
    
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}

.nav_bar_item_active {
    font-weight: bold;
    padding:10px 0% 8px 0%;
    margin-top: -4px;
    width:45px;
    background-color: #e4e4e5;
}

.r_arrow, .l_arrow, .r_arrow_disabled, .l_arrow_disabled {
    width: 34px;
}

.r_arrow { background: #f6f6f6 url(../images/r-arrow.png) 14px 8px no-repeat ; }
.l_arrow { background: #f6f6f6 url(../images/l-arrow.png) 11px 8px no-repeat ; }

.r_arrow_disabled { background: #f6f6f6 url(../images/r-arrow-dis.png) 14px 8px no-repeat ; }
.l_arrow_disabled { background: #f6f6f6 url(../images/l-arrow-dis.png) 11px 8px no-repeat ; }
