<style>
			#corpus {
				width: 1200px;
				font-family: verdana;
				font-size: 14px;
				border-collapse: collapse;
			}
			#select_proizv {
				font-family: verdana;
				font-size: 14px;
			}
			#corpus textarea {
				overflow: hidden;
				/*resize: none;*/
				width: 99%;
				border: none;
				font-family: verdana;
				font-size: 14px;
			}
			#msg {
				/*margin-right: 100px;
				width: 341px;*/
				color: #0090ff;
				font-family: verdana;
				font-size: 12px;
			}
			#msg img {
				position: absolute;
				margin-top: 1px;
			}
			
			body.wait, body.wait *{
				/*cursor: wait !important;  */
				cursor: url(loading.gif), auto;				
			}
</style>