.cf:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}
.cf {
  display:inline-block;
}
html[xmlns] .cf {
  display:block;
}
* html .cf {
  height:1%;
}

#ngH1Big {
  font-size:15px;
  
  color:#060;
  background:#dec;
  border:1px solid #ab9;
  padding:5px 10px;
  margin:0;
}

#ngContent {
  width:765px;
  margin-top:10px;
}

.ngBox {
  border:1px solid #bbbcb7;
}

.ngBoxTitle {
  background:#dec;
  color:#060;
  font-size:11px;
  font-weight:normal;
  padding:3px 10px;
  margin:0;
}

.ngForm {
}

.ngForm fieldset {
  border:1px solid #ccc;
  border-top:0;
  padding:10px 10px 30px 10px;
  margin:0;
  margin-bottom:20px;
  background:#fff;
}

.ngForm fieldset legend {
  color:#666;
  font-size:17px;
  font-weight:bold;
  padding:0 10px;
}

.ngForm .ngPreText {
  font-size:13px;
  margin-bottom:10px;
  color:#444;
  line-height:1.3em;
}

.ngForm .ngField {
  margin-top:20px;
  width:100%;
}

.ngForm label {
  font-weight:bold;
  font-size:13px;
  display:block;
  cursor:pointer;
  float:left;
  width:100px;
  text-align:right;
  padding-right:10px;
  padding-top:3px;
}
.ngForm input[type=radio] + label{
  float: none;
  display: inline;
  width: auto;	
}

.ngForm label.checkbox {
  float:none;
}

.ngForm label span {
  color:#666;
  font-weight:normal;
  font-size:11px;
}

.ngForm label.checkbox {
  margin:auto;
  display:inline;
}

.ngForm div.label {
  margin-top:10px;
}

 .ngForm input[type=text]
,.ngForm input[type=password]
,.ngForm select 
{
  font-size:13px;
  padding:3px;
  border:1px solid #ccc;
  background:#f6f6f6;
  width:200px;
}

.ngForm textarea {
  font-size:13px;
  padding:3px;
  border:1px solid #ccc;
  background:#f6f6f6;
}

 .ngForm input[type=submit]
,.ngForm button[type=submit]
{
  margin-top:20px;
  font-size:14px;
  font-weight:bold;
  padding:5px 10px;
  background:#447F69;
  color:#fff;
  -moz-border-radius:5px;
}
	
.ngForm select {
  width:auto;
}

.ngForm input[type=text]:focus,.ngForm input[type=password]:focus, .ngForm select:focus, .ngForm textarea:focus {
  border:1px solid #447F69;
  background:#efe;
}

.ngForm label.ngError, .ngForm label.ngError a {
  color:#f00;
}

.ngForm label.ngError a {
  text-decoration:underline;
}

 .ngForm input[type=text].ngError
,.ngForm select.ngError 
{
  border-color:#f00;
  background-color:#fee;
}

#ngMoreStuff {

}

.ngTable {
  font-size:11px;
  border-collapse:collapse;
  border:1px solid #ccc;
  background:#fff;
}

.ngTable th {
  background:#DDEECC;
  padding:5px;
  text-align:left;
}

.ngTable td {
  padding:5px;
  line-height:15px;
}

.ngTable .hl td {
  background:#F1F1E7;
}
