@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

h1 {
	color:#333;
	font-size:21px;
	font-weight:bold;
	margin:0;
	margin-bottom:3px;
	padding:0;
}

h2 {
	color:#1d5578;
	font-size:18px;
	font-weight:bold;
	margin:0;
	margin-bottom:3px;
	padding:0;
}

h3 {
	color:#f60;
	font-size:13px;
	font-weight:bold;
	margin:0;
	margin-bottom:3px;
	padding:0;
}

a {
	color:#666;
	text-decoration:underline;
	font-weight:bold;
}

#container {
	width:700px;
	height:595px;
	margin:0 auto;
	background-image:url(img/bg_migrate.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding:0 50px;
	text-align:justify;
}

p {
	margin:0; /* resets the paragraph */
	margin-bottom:8px;
}

#drite {
	width:234px;
	float:right;
	border:1px solid #d6d6d6;
	border-top:none;
	border-radius:5px;
	border-top-right-radius:0;
	border-top-left-radius:0;
	-moz-border-radius:5px;
	-moz-border-radius-topright:0;
	-moz-border-radius-topleft:0;
	-webkit-border-radius:5px;
	-webkit-border-radius-topright:0;
	-webkit-border-radius-topleft:0;
	background-color:#fff;
	padding:8px;
}

#dleft {
	float:left;
	width:435px;
	padding:0;
}

.clear {
	clear:both;
}

.content {
	margin:27px 0;
}

.newjv {
	margin:20px 20px;
	border:3px double #EAEAEA;
}

.newjv a:link, .newjv a:visited {
	display:block;
	padding:5px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	background-color:#7b0000;
	background-image:url(img/bg_btn.png);
	background-repeat:repeat-x;
	border:1px solid #c10f0f;
}

.newjv a:hover, .newjv a:active {
	display:block;
	padding:5px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	background-color:#5f7a01;
	background-image:url(img/bg_btn2.png);
	background-repeat:repeat-x;
	border:1px solid #88c20e;
}

.message {
	padding:5px;
	text-align:justify;
	margin:5px 0;
	border-bottom:1px dotted #8e8e8e;
}

.tip {
	background-color:#000033;
	background-image:url(img/bg_tip.png);
	background-repeat:repeat-x;
	color:#fff;
}

.error{
	background:#FBE3E4 url("img/highlight_line.gif") repeat-x scroll 0 0;
	border-color:#FBC7C9;
	color:#900;
	}
	
.frm {
	margin:10px 0;
	text-align:right;
}

.lbl {
	margin:5px 0;
}
.txtbox {
	border:1px solid #abbfcb;
	background-color:#f9f9f9;
	text-align:right;
}

.txtbox:focus, .txtbox:hover {
	background-color:#fff;
}

.btn {
	text-align:center;
	border:none;
	background-image:url(img/bg_submit.png);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF6;
	padding: 5px 5px;
}

.btn:hover, .btn:focus {
	color:#fff;
}
