input,textarea,select,button{

	font: -webkit-small-control;
	letter-spacing: normal;
	line-height: normal;
	margin: 0em;
	text-align: -webkit-auto;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	word-spacing: normal;
}


.field_container{
	
	padding:1px;
	position:relative;
	width: auto;
}
#panel .editor{
	margin: 0px 0px 7px 0px;
}
#panel .label, #contact .label{
	font-size:11px;
	text-align: right;
}
#panel .inputtext,#panel .inputpassword{
	margin-top:2px;
	width: 100px;
}

.inputtext,.inputpassword{
	border: 1px solid rgb(189, 199, 216);
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	padding: 3px;
}

#extra_select_hack{
	display: none;
}

select{
	border: 1px solid rgb(189, 199, 216);
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	
	padding: 2px;
}

#panel select{
	margin: 2px 0px 0px 0px;
	font-size: 11px;
}
/*
input,textarea,select,button{

	font: -webkit-small-control;
	letter-spacing: normal;
	line-height: normal;
	margin: 0em;
	text-align: -webkit-auto;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	word-spacing: normal;
}

#reg_box{
	margin: 0px;
	padding: 0px;
	color:#ff9600;
}
.field_container{
	
	padding:1px;
	position:relative;
	width: auto;
}
#reg_form_box .editor{
	margin: 0px 0px 7px 0px;
}
#reg_box .label{
	font-size:11px;
	text-align: right;
}
#reg_box .inputtext{
	margin-top:2px;
	width: 206px;
}

.inputtext,.inputpassword{
	border: 1px solid rgb(189, 199, 216);
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	padding: 3px;
}

#extra_select_hack{
	display: none;
}

select{
	border: 1px solid rgb(189, 199, 216);
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	
	padding: 2px;
}

#reg_box select{
	margin: 2px 0px 0px 0px;
	font-size: 11px;
}
*/

/*popup*/
.bubbleInfo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
}
.trigger {
	position: absolute;
}

/* Bubble pop-up */

.popup {
		position: absolute;
		display: none;
		z-index: 50;
		border-collapse: collapse;
}

.popup td.corner {
		height: 15px;
		width: 19px;
}

/*.popup td#topleft { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-1.png); }
.popup td.top { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-2.png); }
.popup td#topright { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-3.png); }
.popup td.left { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-4.png); }
.popup td.right { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-5.png); }
.popup td#bottomleft { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-6.png); }
.popup td.bottom { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-8.png); }
*/
.popup table.popup-contents {
		font-size: 12px;
		line-height: 1.2em;
		background-color: #fff;
		color: #666;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
		}

table.popup-contents th {
		text-align: right;
		text-transform: lowercase;
		}

table.popup-contents td {
		text-align: left;
		}

tr#release-notes th {
		text-align: left;
		text-indent: -9999px;
		/*background: url(http://jqueryfordesigners.com/demo/images/coda/starburst.gif) no-repeat top right;*/
		height: 17px;
		}

tr#release-notes td a {
		color: #333;
}

		/*end of popup*/
