 /*---------------------- This is for errors was took from other css file  --------------------*/ 

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { 
               background-color: #fef1ec; 
               background-image: url('project_seven/assets/css/images/ui-bg_glass_95_fef1ec_1x400.png'); 
               background-repeat: repeat-x; background-attachment: scroll; 
               color: #cd0a0a; border: 1px solid #cd0a0a; 
               background-position: 50% }

.styleinput1 {
  display: block;
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  appearance: none;
  box-shadow: none;
  background: #eee; 
  border-radius: none;
}

.styleinput2 {
  display: block;
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  appearance: none;
  box-shadow: none;
  background: #eee; 
  border-radius: none;
}
.cell01 {
  display: block;
  margin: 0;
  font-family: sans-serif;
  font-size: 11px;
  appearance: none;
  box-shadow: none;  
  border-radius: none;
  color: #FF3300;
  border: 1px solid transparent; padding: 0.3em;
}

.cell02 {
  display: block;
  margin: 0;
  font-family: sans-serif;
  font-size: 11px;
  appearance: none;
  box-shadow: none;  
  border-radius: none;
  color: #FF3300;
}


.cell03 {
  display: block;
  margin: 0;
  font-family: sans-serif;
  font-size: 12px;
  appearance: none;
  box-shadow: none;  
  border-radius: none;
  color: #FF3300;
}

 /*---------------------- Dialog button Individualized Buttons --------------------*/ 
	
.dailogbutton.ui-button,
.dailogbutton.ui-button a:link {color:#000000; text-decoration: none}

.dailogbutton span.ui-icon {
		margin: 0 5px 0 0;
		position: absolute;
		left: .2em;
		top: 50%;
		margin-top: -8px;
}

/* button text element */
.dailogbutton.ui-button .ui-button-text {
	display: block;
	line-height: normal;
	background-color: #F5DA81;
	   /* button text element */
}

.dailogbutton.ui-button-text-only .ui-button-text {
	font-size: 11px;
        /** length of the button */
       width: 80px;    
	line-height: normal;
	padding: .1em .1em;
	font-weight: bold;
}


 /*---------------------- Trigger button Individualized Buttons --------------------*/ 
	
.buttontrigger.ui-button,
.buttontrigger.ui-button a:link {color:#53A6CF; text-decoration: none}

.buttontrigger span.ui-icon {
		margin: 0 5px 0 0;
		position: absolute;
		left: .2em;
		top: 50%;
		margin-top: -8px;
}

/* button text element */
.buttontrigger.ui-button .ui-button-text {
	display: block;
	line-height: normal;
	background-color: #F8F8F8;
	   /* button text element */
}

.buttontrigger.ui-button-text-only .ui-button-text {
	font-size: 11px;
        /** length of the button */
         width: 85px; 
	line-height: normal;
	padding: .1em .1em;
	font-weight: bold;
}
 /*------------ Remove the close of the title bar ---------------------------------*/ 
.no-close .ui-dialog-titlebar-close {display: none }

 /*----------------------Dialog Content --------------------*/ 
 /*------------ Change entire background including those Curvy corner--------------*/ 
.dailogcontentSignIn {
    border: 0;
    padding: .1em 1em 1em 1em;
    background: #ffffff;
    font: 78% "Trebuchet MS", sans-serif;
    zoom: 1;
  
}
 /*----------------------Others-----------------------------*/ 
fieldset {
    border: 0;
}

label {
  color: #000000;
  font-weight: bold;
  display: block;
  width: 109px;
  float: left;
}
	