html {
	height:100%;
	width:100%;
}
body {
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 62.5%;
	line-height:12px;
	color:#1a1a1a;
}
html, body, h1, h2, h3, h4, h5, h6, p, em, strong, abbr, acronym, blockquote, q, cite, ins, del, dfn, a, div, span, pre, hr, address, br, b, i, sub, sup, big, small, tt, table, tr, caption, thead, tbody, tfoot, col, colgroup, form, input, label, textarea, button, fieldset, legend, select, option, optiongroup, ul, ol, li, dl, dt, dd, code, var, kdb, samp, img, object, param, map, area, bdo, iframe {
	padding:0;
	margin:0;
	border:0;
}
img {
	display:block;
}
table td {
	vertical-align:top;
}
.clear {
	content:".";
	height:0;
	visibility: hidden;
	display:block;
	clear:both;
}
* {
	outline: none;
}
.floatRight {
	float:right;
	display:inline;
}
.floatLeft {
	float:left;
	display:inline;
}
.the-last{
	border:none !important;
}

.all{
	width:780px;
	margin:0 auto;
}
.container{
	font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:14px;
	color:#333;
}

.container h1{
	font-size:17px;
	line-height:19px;
	color:#CF4454;
	border-bottom:2px solid #DDDDDD;
	padding:5px 20px;
	text-transform:capitalize;
}
.form{	
	padding:5px 20px;
}
.form span{
	color:#f00;
}
.form p{
	margin-top:8px;
}
.form .error input, .form .error select, .form .error textarea{
	background:#FEE8EB;
	border:1px solid #f00;
}
.form div.errorField{
	color:#f00;
	border:1px solid #f00;
	padding:5px;
	margin-top:10px;
	float:left;
}
.form img{
	display:inline;
	margin-left:5px;
	vertical-align:middle;
}

.form table{
	margin-top:20px;
}
.form td{
	padding:6px 0;
}
.form td div.inner{
	position:relative;
}
.form tr.border td{
	border-bottom:2px solid #333;
}
.form input, .form select{
	border:1px solid #ccc;
	font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:14px;
	padding:3px 0;
	text-indent:5px;
}
.form select{
	width:100%;
	text-indent:0;
}
.form input.text{
	width:100%;
	_width:98%;
}
.form input.pullmeta{
	width:85%;
	_width:82%;
}
.form input.rdchk{
	border:none;
}
.form input.but{
	width:100px;
	height:25px;
	cursor:pointer;
	text-indent:0;
}
.form textarea{
	border:1px solid #ccc;
	width:100%;
	_width:98%;
	height:100px;
	text-indent:5px;
	padding:3px 0;
}
.form div.tooltip{
	position:absolute;
	right:-30px;
	top:-2px;
	width:30px;
}
.form div.tooltip div.description{
	display:none;
	position:absolute;
	border:1px solid #ccc;
	background:#f2f8c1;
	font-size:11px;
	line-height:13px;
	width:600px;
	padding:3px;
	top:30px;
	left:-580px;
	z-index:999;

}
.form div.hover div.description{
	display:block;
}
.form .font11{
	font-size:11px;
}
.parseurlinfo{
	padding: 3px;
}

