* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font: 12px/20px Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #000000;
	outline: none;
}

.close {
	position: absolute;
	top: 12px;
	right: 20px;
	width: 48px;
	height: 36px;
	background: url('images/popup/close.gif') no-repeat 0 0;
}

.close:hover {
	background-position: 0 -36px;
}

.mt35 {
	margin-top: 35px;
}

.naming {
	padding-top: 42px;
	text-align: center;
}

.name_txt {
	padding: 0 35px 40px 35px;
	text-align: left;
}

.vote {
	background: url('images/popup/vote.jpg') no-repeat 50% 28px;
}

.soon {
	background: url('images/popup/votecomingsoon.jpg') no-repeat 50% 28px;
}

.thankyou {
	background: url('images/popup/thankyou.jpg') no-repeat 50% 28px;
}

.voteform {
	margin-top: 335px;
}

.red {
	color: #b22f3a;
}

label {
	width: 110px;
	display: block;
	float: left;
	font-weight: bold;
}

.check {
	width: 340px;
	margin: 0 auto 75px auto;
}

.check input {
	margin: 0 70px 0 56px;
}

.fleft {
	float: left;
}

.input {
	width: 340px;
	border: 1px solid #bfbfbf;
	font: 12px Arial, Helvetica, sans-serif;
}

.submit {
	width: 146px;
	height: 48px;
	margin-top: 10px;
	background-image: url('images/popup/submit.jpg');
	border: none;
}

  <!------   added  design phase pages------>
div.phase_tabs{
width:480px;
height:34px;
}
.phase_tabs{
width:480px;
height:34px;
display:inline-block;
}
.phase_tabs a{
	width:96px;
	height:34px;
	float:left; 
	text-indent:-9999em;
}
.phase_tabs a.phase1{background:url(images/popup/design_button1.gif) no-repeat;}
.phase_tabs a.phase2{background:url(images/popup/design_button2.gif) no-repeat;}
.phase_tabs a.phase3{background:url(images/popup/design_button3.gif) no-repeat;}
.phase_tabs a.phase4{background:url(images/popup/design_button4.gif) no-repeat;}
.phase_tabs a.phase5{background:url(images/popup/design_button5.gif) no-repeat;}

.phase_tabs a:hover{background-position: 0 -68px;}

body.phase1_on a.phase1{background-position: 0 -34px;}
body.phase2_on a.phase2{background-position: 0 -34px;}
body.phase3_on a.phase3{background-position: 0 -34px;}
body.phase4_on a.phase4{background-position: 0 -34px;}
body.phase5_on a.phase5{background-position: 0 -34px;}	

.phase_txt{height:280px; padding: 30px 0 0 0; text-align: left; margin:0 auto; width:480px;}
	
span.phase_red{
font-weight:bold;
color:#810500;
}

.arrow_junmp{
width:250px;
margin:0 auto;
}
.arrow_junmp a{
	width:125px;
	height:22px;
	text-indent:-9999em;
	display:inline-block;
}

.arrow_junmp a.arrow_prev{background:url(images/popup/prev_pahse.gif) no-repeat;}
.arrow_junmp a.arrow_next{background:url(images/popup/next_pahse.gif) no-repeat;}

.arrow_junmp a:hover{background-position: 0 -22px;}

body.phase1_on .arrow_junmp a{float:right;}
body.phase5_on .arrow_junmp a{float:left;}

body.phase2_on .arrow_junmp a.arrow_prev{float:left;}
body.phase3_on .arrow_junmp a.arrow_prev{float:left;}
body.phase4_on .arrow_junmp a.arrow_prev{float:left;}

body.phase2_on .arrow_junmp a.arrow_next{float:right;}
body.phase3_on .arrow_junmp a.arrow_next{float:right;}
body.phase4_on .arrow_junmp a.arrow_next{float:right;}
