.inputtext {
	border: 1px solid #AAAAAA;
	padding-left: 0px;
	font-size: 11px;
	height: 20px;
	color: #333;
	padding: 3px 0px 0px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
												/*==============
												   POPUP_STYLE
												===============*/
.popup_large, .popup_small{
	background:url('../images-public/popup_large.png'); background-repeat:no-repeat; width:540px; height:640px;
}
.popup_small{
	background-image:url('../images-public/popup_small.png'); background-repeat:no-repeat; width:410px; height:242px;
}
.content_small{
	margin:8px 0 0 8px;
	overflow:auto;
	height:224px;
	width:394px;
}
.content_large{
	margin:25px 0 0 8px;
	overflow:auto;
	width:523px;
	height:596px;
}
.content_small_middle{
	padding:25px 25px 0 25px;
	}
.content_large_middle{
	padding:0 10px 0 10px;
	}		
