.moveableWnd {
	min-height: 170px;
	width: 503px;
	line-height: 1;	
	background-clip: padding-box;
	background-color: #F0F0F0;
	border: 10px solid gray;
	border: 10px solid rgba(0, 0, 0, 0.300);
	filter:alpha(opacity=95);	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;	
	font-size: 1em;
	padding: 0px 0px 2px 0px;
	float: left;
	text-align: center;  
	color: #324044;	
	z-index: 10000;
	/* font-size: 1.2em; */	
	/* font-weight: bold; */
}

.wndTitle{
	text-align: right;
	float: left;
	height: 33px;
	width: 496px;
	padding: 7px 0 2px 7px;
	background: #34495e;
}

.wndTitleLeft {
	float: left;
	width: 440px;
	margin-top: 4px;
	padding-left: 5px;
	text-align: left;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
}

.wndTitleRight {
	float: left;
	width: 41px;
	margin-top: 6px;  
	padding-right: 10px;
}

.wndTitleRight a, .wndBtnClose {
	border: 0;
	text-decoration: none;
}

.headerDiv {

	float: left;
	width: 482px;
	margin: 10px;
}

.windowContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.divLastName,.divFirstName,.divID,.global
{
	float: left;
	width: 493px;
	font-weight: bold;
	text-align: left;
	margin: 5px;

}

.divpopis
{
	float: left;
	padding-top: 8px;
	margin-left: 8px;
	width: 160px;
}

.editlogin,.obr

{
float: left;
}

.inputdiv
{
	width: 250px;
	float: left;	
}

.divButtons,#fmRFframeDiv31__divButtons
{
	width: 100%;	
	float: left;
	margin: 5px 0 10px 5px;
	text-align: center;
}

.inputdiv textarea
{
	min-height: 150px;
	width: 300px;	
}

#divRecordComment .inputdiv textarea {
	width: 471px;	
}



#divRecordComment input[type="text"] 
{
	width: 471px;	
}


.lblError
{
	float: left;
	font-size: 1.2em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;	
	font-weight: bold;
	color: red;
	width: 100%;
}

@media only screen and (max-width: 500px) 
{
	.moveableWnd {
		top: 0px; left: 0px; bottom: 100%; right: 100%;
		min-height: 170px;
		width: 100%;
		height: 100%;
		position: fixed;
		line-height: 1;	
		background-clip: none;
		background-color: #F0F0F0;
		border: 0px;
		filter:alpha(opacity=100);	
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;	
		font-size: 1em;
		padding: 0px 0px 2px 0px;
		float: left;
		text-align: center;  
		color: #324044;	
		z-index: 10000;
		/* font-size: 1.2em; */	
		/* font-weight: bold; */
	}
	
	.wndTitle{
		text-align: right;
		float: left;
		height: 33px;
		width: 100%;
		padding: 7px 0 2px 0px;
		background: #34495e;
	}
	
	.wndTitleLeft {
		float: left;
		width: 70%;
		margin-top: 7px;
		padding-left: 10px;
		text-align: left;
		color: #ffffff;
		font-size: 1.1em;
		font-weight: bold;
	}
	
	.wndTitleRight {
		float: left;
		width: 22%;
		margin-top: 4px;  
		padding-right: 5px;
	}
	
	.headerDiv {
		float: left;
		width: 482px;
		margin: 10px;
	}
	
	.windowContainer {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	
	.divLastName,.divFirstName,.divID,.global
	{
		float: left;
		width: 100%;
		font-weight: bold;
		text-align: left;
		margin: 5px 0px 5px 0px;

	}
	
	.inputdiv
	{
		width: 100%;
		float: left;	
	}
	
	.inputdiv textarea
	{
		min-height: 150px;
		width: 94%;	
	}
	
	.divpopis
	{
		float: left;
		padding-top: 8px;
		margin-left: 8px;
		width: 100%;
	}
	
	#divRecordComment .inputdiv textarea {
		width: 90%;	
	}
	
	#divRecordComment input[type="text"] 
	{
		width: 88%;	
	}
	
	.sm-12, .sm-11, .sm-10, .sm-9, .sm-8, .sm-7, .sm-6, .sm-5, .sm-4, .sm-3, .sm-2, .sm-1
	{
		float: left;
		position: relative;
		min-height: 1px;
		display: block; 
	}
	.sm-12 { width: 100%; }
	.sm-11 { width: 91.66666667%; }
	.sm-10 { width: 83.33333333%; }
	.sm-9 { width: 75%; }
	.sm-8 { width: 66.66666667%; }
	.sm-7 { width: 58.33333333%; }
	.sm-6 { width: 50%; }
	.sm-5 { width: 41.66666667%; }
	.sm-4 { width: 33.33333333%; }
	.sm-3 { width: 25%; }
	.sm-2 { width: 16.66666667%; }
	.sm-1 { width: 8.33333333%; }
}