@charset "utf-8";
/* CSS Document */

body.popup .container {
  width:auto;
}
body.popup #center {
	width:auto;
}
@CHARSET "ISO-8859-1";
#search-target {
  clear:both; 
}
#search-target li .pseudo-button {
  clear:button; 
  float:none;
  cursor:pointer;
}
.operations {
  padding:1em 0;  
}
.operations .pseudo-button {
  float:right;

}
.operations h1 {
  margin:0px;
  padding:0px;  
}

#primaryContent {

  clear:both; 
}

.question-options {
  float:right;  
}
.popup-page {
  width: 600px;
  height:auto;
  display: block;
  position: relative;

}
.popup #footer {
	display:none;
}
.popup-page .ui-tabs-panel {
  width:auto; 
}
.popup #primaryContent {
  float:none;
  display:block;
  width:auto; 
  
}

.popup-page .title {
  margin: 10px 0 0 100px;
  height: 20px;
  width: 400px;
  font-weight: bold;
}

input.form-text {
  width:300px;
}


