.ramka {
	margin-bottom: 5px;
}
.ramka .top {
	height: 25px;
	background: url(../img/ramka/top.png) repeat-x;
}

.ramka .top .border_left {
	width: 7px;
	height: 25px;
	background: url(../img/ramka/top_left.png) no-repeat;
}

.ramka .top .border_right {
	width: 25px;
	height: 25px;
	background: url(../img/ramka/top_right.png) no-repeat right;
}

.ramka .top .border_right img {
	margin-top: 4px;
}

.ramka .top .content {
	width: 80%;
	line-height: 23px;
	font-weight: bold;
	font-size: 12px;
}

.ramka .bottom {
	height: 7px;
	background: url(../img/ramka/bottom.png) repeat-x;
}

.ramka .bottom .border_left {
	width: 7px;
	height: 7px;
	background: url(../img/ramka/bottom_left.png) no-repeat;
}

.ramka .bottom .border_right {
	width: 7px;
	height: 7px;
	background: url(../img/ramka/bottom_right.png) no-repeat;
}

.ramka .content_wapper {
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
}

.ramka .content_wapper {
	background: #FFFFFF url(../img/ramka/content_bg.png) repeat-x bottom;
}

.ramka .content_wapper .content {
	padding: 10px 10px 25px 10px;
}


.ramka div .form_element_checkbox_left,
.ramka div .form_element_checkbox_right,
.ramka div .form_submit {
	clear: left;
	margin: 2px 0;
}

.ramka div .form_element{
	clear: both;
}

.ramka div .form_element label {
	width: 210px;
	float: left;
	display: block;
	line-height: 17px;
}

.ramka div .form_element_checkbox_right label,
.ramka div .form_element_checkbox_left label {
	display: block;
	float: left;
	line-height: 16px;
}

.ramka div .form_element_checkbox_left input {
	float: left;
}

.ramka div .form_element label.l_checkbox{	
	width: 100%;
}

.ramka div .form_element label.nosize_left {
	width: auto;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}

select.nosize_left{
	width: 55px !important;
	float: left;
}

input.nosize_left{
	width: 55px !important;
}

.ramka div .form_element input{
	border:1px solid #809DB9;
	font-family:Verdana;
	font-size:11px;
	height:16px;
	margin:2px;
	width:145px;

}
.ramka div .form_element input.checkbox{
	width: auto;
}

.ramka div .form_element select{
	border:1px solid #809DB9;
	font-family:Verdana;
	font-size:11px;
	margin:2px;
	width:150px;
	height: 21px;
	
}
.form_element textarea{
	border:1px solid #809DB9;
}
.ramka dt {
    margin: 2px;
    clear: both;

}
.ramka dt label {
   
    float: left;
    line-height: 17px;
    width: 210px;
}

.ramka dl.content dd > input {
    border: 1px solid #809DB9;
    font-family: Verdana;
    font-size: 11px;
    height: 16px;
    margin: 2px;
    width: 145px;
}
.ramka dl.content dd > input#file_attachment {
    height: 20px;
   
}
#fieldset-ask_file  p.description{
    width:280px;
} 
#type_street-label {
    float:left;
    
}
#type_street-element {
    float:left;
    width:210px;
}
#type_person-element {
    margin-bottom:5px;
}
dd span.errors {
    color: red;
}
dd p.description {
    margin-right:0px;
    float:right;
    width:325px;
    margin-top:5px;
    margin-bottom:3px;
    display:inline;

}

#type_street-element span.errors {
    margin-left:10px;
    float:right;
    
    
    width:150px;
}
#type_street {
    float:left;
}
#btnsave-label,#submit-label {
    height:2px;
}




