.top_left_corner,.top_right_corner,.bottom_left_corner,.bottom_right_corner{
	background-image: url(../../../design/images/1px_corner.gif);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	height: 1px;
	width: 1px;
	position: absolute;
}

.top_right_corner{
	left: 100%;
	margin-left: -1px;
}

.bottom_left_corner{
	top: 100%;
	margin-top: -1px;
}

.bottom_right_corner{
	left: 100%;
	margin-left: -1px;
	top: 100%;
	margin-top: -1px;
}

input{
	border-color: #999999;
}

#opret_reference input{
	border-width: 0px;
}