
body, html {
	background: url("/images/createmodel/createmodel_bg_dummy.jpg") no-repeat center top #dadcde;
}

div.createmodelpage_full {
	background: url("/images/createmodel/language_specific/createmodel_bg_en.jpg") no-repeat center top;
	width: 980px;
	height: 560px;
	margin: 0 auto;
}

div.playgame_full {
	background: url("/images/createmodel/bg_play_game.jpg") no-repeat center top;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
div.playgame_full_container{
	width: 980px;
	margin: 0 auto;
	height: 100%;
}

.create_custommodel_applet_container{
	position:relative;
	top: 45px;
	left: 0;
}

#guestmain_footer {
	width: 100%;
	margin: 0 auto;
	color: #545454;
	background: white;
	text-align: center;
	line-height: 24px;
	position: absolute;
	top: -100px;
	z-index: 1000;
}

#guestmain_footer a:link,
#guestmain_footer a:visited {
	text-decoration: underline;
	color: #545454;
}

#guestmain_footer a:hover {
	color: black;
}

div.createmodelpage_modelselect_box {
	position: relative;
	left:302px;
	top: 0;
	width: 1px;
	margin: 0;
	/*border: red 1px solid;*/
}

.branch_overlay{
	position:absolute;
	left:30px;

}

.paint_stroke{
	position:absolute;
	left:393px;
	z-index:10;
}

.paint_stroke2{
	position:absolute;
	left:522px;
	z-index:10;
}
.paint_stroke2_ie6{
	visibility:hidden;
}

.arrowbutton_left{
	position:absolute;
	left:184px;
	top:280px;
}

.arrowbutton_right{
	position:absolute;
	left:420px;
	top:280px;
}

#createmodel .grey {
    background-color:#ccc;
    height:15px;
    border:0;
    width:165px;
    font-size:  12px;
	padding-left: 3px;
}
#createmodel .current {
	background-color:#cda3de;
}
#createmodel td
{
    padding-right:5px;
    height:27px;
    font:  11px;

}
#createmodel .bold{
    font-weight:bold;
    font-size:14px;
}

#createmodel .terms {
    color:black;
    text-decoration: none;
    font-size: 11px;
    text-decoration:underline;
}

#errormsg{
    width:156px;
    height:74px;
    background: url("/images/createmodel/errorbg.jpg") no-repeat;
    font-weight: bold;
    padding:6px;
    color:#FFF;
    overflow:hidden;
    filter:alpha(opacity = 0);
}

#step_heli{
	position:absolute;
	top: 127px;
	left:70px;
	opacity:0;
	filter:alpha(opacity=0);
}

#step_limo{
	position:absolute;
	top: 247px;
	left: 24px;
	opacity:0;
	filter:alpha(opacity=0);
}

#step_camera{
	position:absolute;
	top: 157px;
	left: 320px;
	opacity:0;
	filter:alpha(opacity=0);
}

#step_runway{
	position:absolute;
	top: 258px;
	left: 161px;
	opacity:0;
	filter:alpha(opacity=0);
}

#selected_model_avatar{
	position:absolute;
	top:110px;
	left:190px;
}

#terms{
    color:#000;
	background:#FFF;
	font: 11px verdana, sans-serif;
}

#terms h1{
    font-size:25px;
}

#terms h2{
    font-size:20px;
}

#terms h3{
    font-size:15px;
}
