/*
Description: Flip Publishing Order Area CSS
Version: 1.0
Author: Embark Interactive
Author URI: http://www.embarkinteractive.com
*/
 

/*Small reset*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a { color: #0768af; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }


a.gray{ color: #666666; }
.gray{ color: #666666; }


/* Main typography */
body{ font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #333;}

h1{font-size:24px;font-weight:bold;margin-bottom:10px;}
p{margin-top:5px; margin-bottom:5px;}

/* main layout CSS */
#wrapper{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}



#logo{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:35px;
	margin-bottom:45px;
	
	
}

#thin_header{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:45px;
	height:25px;
	margin-top:25px;
}
#thin_header #mini_nav li{
	display:inline;
}

#header{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:100px;
	height:50px;
	margin-top:25px;
}

#header_logo{
	
	float:left;
}


#account_info{
	float:right;	
}

#header #mini_nav li{
	display:inline;
}

#choices {
	margin-top:50px;
	text-align:center;
	margin-bottom:150px;
}

#footnotes {
	clear:both;
	padding-top:25px;
	margin-bottom:25px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
}


#footer {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
	bottom:15px;
}

/* Forms */

.standard_form{
	
	width:350px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	
	padding-left:50px;
	
}

.standard_form .input_box, .standard_form select{	
	height:30px;
	width:300px;
	font-size:18px;
	margin-top:5px;
	margin-bottom:25px;
}

.standard_form label{
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
}


.standard_form .input_button{
	cursor:pointer;
	float:right;
	
	margin-right:-20px;
}

.standard_form .add_button{
	cursor:pointer;
	float:right;
	margin-right:-5px;
}

.standard_form #links {
	float:right;
	margin-right:50px;
}

.standard_form #links a{
	display:block;
	text-align:right;
}

#form_error{
	color:#F00;
	margin-bottom:15px;
}

.description {
	font-style:italic;
	color:#999;
}


/* uplaod form */

#fileStatus{
	clear:both;
	width:455px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:25px;
}

/* editor steps */

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

#email_list{
	margin-top:10px;
	margin-bottom:20px;
}

#email_list li{
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
	color:#F15F22;
	margin-left:15px;
}


/* flash content */

#flashContent{
	/*display:none;*/
}
