
#container
{
margin:0 auto;
width:900px;
font-family:Arial, Helvetica, sans-serif;

}

.newsave {
	width:auto;
	margin:10px 0 0 2px;
	padding:3px 4px 3px 4px;
	color:white;
	background-color:#589d39;
	outline:none;
	border:1px solid #006600;
	font-weight:bold;
}

.newsave:active{
	background-color:#006600;
	padding:4px 3px 2px 5px;
}

#note { width:100px; height:20px;}


.site:hover, .status:hover, .pass:hover, .group:hover, .note:hover
{
background-color:#ffffcc;
width:100px;
cursor: pointer;
}
.save, .statussave, .passsave, .groupsave, .notesave
{
background-color:#cc0000;
color:#fff;
padding:4px;
font-size:11px;
border:solid 1px #cc0000;
text-weight:bold;
-moz-border-radius:5px;-webkit-border-radius:5px;


}

.cancel, .statuscancel, .passcancel, .groupcancel, .notecancel
{
background-color:#dedede;
color:#333;
padding:4px;
font-size:11px;
border:solid 1px #dedede;
-moz-border-radius:5px;-webkit-border-radius:5px;

}


.delsitebutton  {
background:#cc0000 url(images/delete.png) no-repeat;
color:#fff;
padding:4px;
font-size:11px;
border:solid 1px #cc0000;
text-weight:bold;
-moz-border-radius:5px;-webkit-border-radius:5px;
}


#zaglushka:hover
{

background: #ffffcc url(images/pencil.png) no-repeat;
}

hr.itemline {
    background-color: #DDDDDD;
    border: 0 none;
    height: 2px;
    margin-top: 10px;
    width: 100%;
}

hr {
    -moz-box-sizing: border-box;
    -moz-float-edge: margin-box;
    border: 1px inset;
    color: gray;
    display: block;
    height: 2px;
    margin: 0.5em auto;
}




.content {  margin-right:10px;}

.fieldleft {float:left;}

.error_message
{
  color: red;
}
 
.field_error
{
  border-color: red;
}

.splCont {border:3px solid #eeeeee;

	padding-left:5px;
	background-color:HighlightText;

	
	
	}


