@CHARSET "UTF-8";

#cellphone {
    background:				url("/images/samsung.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height:					750px;
    margin-left:			auto;
    margin-right:			168px;
    position:				relative;
    width:					415px;
}

#cellphone iframe {
    border:					medium none;
    height:					507px;
    left:					48px;
    overflow:				hidden;
    position:				absolute;
    top:					123px;
    width:					319px;
}

#createmobilesite_nextbutton {
	position:				absolute;
    right:					42px;
    top:					152px;
}

#subdomain_wrapper {
	width:					450px;
	margin-left:			auto;
	margin-right:			auto;
}

#content tr.CpFormSimple_normalRow input#subdomain_sSubdomain {
	width:					80px;
}

#content tr.CpFormSimple_normalRow td input.formFieldError {
	border:					1px solid red;
}
   
#finishbuttons {
	margin-top:				10px;
	margin-bottom:			30px;
}

#finishbuttons a {
	margin-right:			30px;
}

.errordiv {
	color:					#FF0000;
    padding:				10px;
}