/* default font */
body, h1, h2, h3, h4, h5, h6, td{font: 12px "trebuchet ms", tahoma, Geneva, Arial, Helvetica, sans-serif; color: #000;font-size-adjust: 0.51; margin:10px;}
form{margin:0px;}

.columns1 { width:481px;}
.breaker{overflow:hidden;height:1px;clear:both}



div.button{margin:auto}

div.button .btnleft, div.button .btnright{
height:20px;
width:5px;
background-image: url(/img/button_left.gif);
float:left;

}
div.button .btnright{background-image: url(/img/button_right.gif)}
div.button .btncenter{
	float:left;
	height:20px;
	background-image: url(/img/button_center.gif);
	overflow:hidden;
}
div.button .btncenter a{
	text-decoration: none;
	line-height: 22px;
	padding: 0px 6px;
}

div.button .btncenter a:hover{color:#000}

/* styling an input button */
div.button .btncenter input{
	text-decoration: none;
	border:0px solid #000;
	background: transparent;
	font: 12px "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;color: #000;
	cursor: pointer;
	margin-top:2px;
	height:19px;
}

/* some forms classes */

/* form fonts */
input, select, textarea {
	font: 11px "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}
.form {
	margin: 0;
	width:480px;
}
.form .text, .form .textWrap {
	width:130px;
	float:left;
	text-align:right;
	margin: 2px 10px 5px 0;	
}
.form .textWrap {
	width:250px;
}
.form .field {
	width:240px;
	float:left;
	text-align:left;
	margin-bottom:5px;
	line-height: 20px;
}
.form .tipsImg {
	line-height: 20px;
	margin-top: -5px;
	margin-bottom: 5px;
	vertical-align: middle;
	width: 30px;
	vertical-align: middle;
	float: left;
}
.form .tipsImg img {
	cursor: pointer;
}
.form select, .form input, .form textarea{
	font-family:"Trebuchet MS, Tahoma, Geneva, Arial, Helvetica, sans-serif";
	font-size:11px;
	font-weight:normal;
	width:220px;
}
.form .nowidth {
	width:auto;
}
.form .field .box {
	float:left;
	width:10px;
}
.form .field .text {
	float:left;
	text-align:left;
	width:190px;
}
.form .field .double1, .form .field .double2 {
	float:left;
	margin: 0px;
	width:110px;
}
.form .field .double1 .text, .form .field .double2 .text {
	float:left;
	width:74px;
	margin-left: 6px;
}
.form .formerror {
	clear:both;
	width:481px;
	margin: 5px 0px;

}
.form .formerror .errormsg {
	text-align:left;
	font-weight: bold;
	margin:0px 0px 3px 150px;
	clear:both;
}
.formtip {
	width:100px;
	text-align:left;
	margin:0px 0px;
}
#globalcontentcenter .formtip .hr{
	width:105px;
	margin: -5px 0px 0px 0px;
}
.formtip .tip {
	padding-top:0px;
	margin:5px 0px;
	color:black;
}
.formtip .content {
	margin:0px 5px;
	color:black;
	padding-top:2px;
}
/* */
