html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body{
	background:url('images/bg.jpg') repeat-x;
	margin:100px;
	padding:0;
	font:11px arial;
}

#wrap{
	width:738px;
	margin:0 auto;
}

#header{
	overflow:hidden;
}

#logo{
	float:left;
	width:120px;
	margin-left:10px;
}

#info{
	float:right;
	width:516px;
	margin:5px 10px 0 0;
	line-height:18px;
	color:#9b9898;
}

#app_top{
	clear:both;
	margin:20px 0 0 0;
	width:738px;
	height:12px;
	background:url('images/top.jpg') no-repeat;
}

#app_main{
	width:726px;
	background:url('images/main.jpg') repeat-y;
	padding:0 6px;
}

#app_header{
	border-bottom:1px solid #efefef;
	padding:10px 0 13px 15px;
	font:12px arial;
	color:#606161;
	overflow:hidden;
}

#app_header span{
	font-weight:bold;
	color:#d67126;
}

.app_step{
	height:18px;
	background:#f7f7f7;
	margin:6px 0;
	font:bold 14px arial;
	color:#656666;
	padding:10px 18px;
	cursor:pointer;
}

.app_step:hover{
	background:#f3f3f3;
}

.app_step span{
	color:#e57927;
}

.optional{
	font:normal 11px arial;
	color:#919191 !important;
}

#app_footer{
	border-top:1px solid #efefef;
	overflow:hidden;
	padding:10px 10px 2px 10px;
	font:bold 12px arial;
	color:#656666;
}

#app_bottom{
	width:738px;
	height:12px;
	background:url('images/bottom.jpg') no-repeat;
}

#terms{
	float:left;
	padding:5px;
	margin-left:10px;
}

#terms a{
	font-weight:normal;
	color:#b8b8b8;
	text-decoration:none;
}

#terms input{
	margin-right:10px;
}

#app_footer button{
	float:right;
	background:url('images/submit.jpg');
	border:0;
	width:80px;
	height:31px;
}

.app_wrap{
	margin-left:18px;
	padding-bottom:20px;
	overflow:hidden;
}

#input_url{
	width:635px;
	height:30px;
	border:1px solid #e1e1e1;
	padding:3px 10px;
	font:20px arial;
	color:#9a9897;
	margin-top:10px;
}
.input_url{
	width:635px;
	height:30px;
	border:1px solid #e1e1e1;
	padding:3px 10px;
	font:20px arial;
	color:#9a9897;
	margin-top:10px;
}
.app_left{
	width:290px;
	float:left;
	font:bold 12px arial;
	color:#656666;
	margin-top:10px;
	margin-right:55px;
	overflow:hidden;
}

.app_right{
	width:290px;
	float:left;
	font:bold 12px arial;
	color:#656666;
	margin-top:10px;
	overflow:hidden;
}

.app_center{
	clear:both;
	font:bold 12px arial;
	color:#656666;
	margin-top:10px;
	margin-right:55px;
	overflow:hidden;
	padding-top:10px
}

.app_center span{
	font-weight:normal;
	color:#b8b8b8;
}

.app_left span{
	font-weight:normal;
	color:#b8b8b8;
}

.app_right span{
	font-weight:normal;
	color:#b8b8b8;
}

.input_small{
	width:260px;
	height:13px;
	border:1px solid #e1e1e1;
	padding:10px 10px;
	font:11px arial;
	color:#9a9897;
	margin-top:10px;
}

.input_desc{
	height:90px;
	width:610px;
	border:1px solid #e1e1e1;
	padding:10px 10px;
	font:11px arial;
	color:#9a9897;
	margin-top:10px;
}

#copyright{
	line-height:18px;
	margin:10px;
	color:#bbbbbb;	
}

#left{
	float:left;
	margin-top:10px;
}

#another{
	float:right;
	margin-right:15px;
}

#app_header2{
	border-bottom:1px solid #efefef;
	padding:0 0 10px 15px;
	font:12px arial;
	color:#606161;
	overflow:hidden;
}

#app_header2 span{
	font-weight:bold;
	color:#d67126;
}



