body {
    font-size: 12px;
}

.rego_field {
	width:200px;
	height:30px;
	font-size:16px;
	font-weight:bold
}

.textarea {
	width: 200px;
	padding: 5px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.default_button {
	padding: 2px;
	border: 1px solid;
	border-color: #CACACA #8B8B8B #8B8B8B #CACACA;
	cursor: hand;
	height:30px;
	width:200px;
	font-size:14px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.ui-effect-transfer { border: 2px dotted gray; }

div#loading {
	position: absolute;
	height: 40px;
	width: 40px;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url("'../js/fancybox/fancy_progress.png'") no-repeat;
}
