.textInput {
	width: 340px;
}
fieldset {
	margin: 0px;
	padding: 4px 7px 9px 7px;
	width: 340px;
	border: 1px solid #D3D3D3;
}
th {
	text-align: right;
	color: #3266CC;
	font-weight: normal;
}
legend {
	color: #3266CC;
	margin-bottom: 2px;
}

#phine #main {
	width: 650px;
}
#phine #mainWide {
	background-image: url(../images/people/person_hatfield.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#agreement {
	border: none;
}

#platform_plug {
    border: 2px silver solid;
    padding: 0.5em;
    background-color: #EAF3F6;
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
}

#platform_plug p {
    border: 0;
    margin: 0;
    margin-top: 0.5em;
}

#platform_plug p a {
    margin-right: 1em;
}

#platform_plug a img {
    height: 40px;
    border: 1px silver solid;
    background-color: white;
    padding: 2px;
}

#registertext {
    float: right;
    width: 500px;
    border: 1px #3266cc solid;
    background-color: #e4e4e9;
    padding: 0.5em;
    margin-top: 0.5em;
}

#registertext h3 {
    margin-top: 0;
    padding-top: 0;
}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color: #ddf;
  color: black;
  border:1px solid #eee;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

#matches_ul .name,
#matches_ul .email {
	padding: 0px 10px;
}

.informal {
	font-size: .9em;
	color: #777;
}

#neqos div.warning {
    margin-right: 520px;
}