/* My Favorites CSS

/* CSS Document */

.save-screen-main {
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.save-screen-header{
	width:780px;
	height:90px;
	float:left;
	margin-left:10px;
	display:inline;
	border-bottom:1px solid #dddddd;
}

.save-screen-logo-container {
	width:500px;
	height:90px;
	float:left;
}

.save-screen-logo{
	width:500px;
	height:70px;
	float:left;
}

.save-screen-name{
	width:500px;
	height:20px;
	float:left;
}

.close-window{
	width:auto;
	height:30px;
	float:right;
}

.save-screen-body{
	width:780px;
	height:auto;
	float:left;
	margin-top:10px;
	margin-left:10px;
	display:inline;
}

.save-screen-header-text{
	width:780px;
	height:40px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#40a4c7;
	margin-top:20px;
	display:inline;
}

.save-screen-list-container {
	width:780px;
	height:auto;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #dddddd;
	display:inline;
}

.save-screen-list-1 {
	width:auto;
	height:auto;
	float:left;
	padding-left:10px;
	font-family:Arial;
	font-size:12px;
	display:inline;
}
.save-screen-list-1 a {
	font-family:Arial;
	font-size:12px;
	color:#555555;
	text-decoration:underline;
}
.save-screen-list-2 {
	width:10px;
	height:auto;
	float:left;
	margin-top:3px;
	margin-left:10px;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#555555;
}

.save-screen-list-3 {
	width:100px;
	height:100px;
	float:left;
	margin-left:10px;
	display:inline;
}

.save-screen-list-4 {
	width:480px;
	height:auto;
	float:left;
	margin-left:10px;
	display:inline;
}

.save-screen-inner-container {
	width:480px;
	height:20px;
	float:left;
}

.save-screen-inner-container-auto {
	width:480px;
	height:auto;
	float:left;
}

.save-screen-inner-container-for-email {
	width:480px;
	height:auto;
	float:left;
	margin-top:10px;
	display:inline;
}

.save-screen-inner-bold-text {
	width:auto;
	height:20px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#555555;
	margin-right:10px;
	display:inline;
}

.save-screen-email-bold-text {
	width:100px;
	height:20px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#555555;
}

.save-screen-inner-black-bold-text {
	width:auto;
	height:20px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#555555;
}


.save-screen-inner-normal-text {
	width:auto;
	height:20px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#555555;
}

.save-screen-inner-normal-text-auto {
	width:auto;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#555555;
}

.save-screen-button-container{
	width:780px;
	height:50px;
	float:left;
	background-color:#f9f9f9;
}

.save-screen-button{
	width:200px;
	height:30px;
	float:left;
	margin-top:10px;
	margin-left:55px;
	display:inline;
}

.save-screen-footer{
	width:780px;
	height:30px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	display:inline;
}

.save-screen-footer-text{
	width:200px;
	height:18px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#777777;
	margin-top:7px;
	display:inline;
}

.save-screen-footer-text a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#777777;
	text-decoration:none;
}

.save-screen-inner-textbox {
	width:200px;
	height:auto;
	float:left;
	padding-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	border:1px solid #cccccc;
}
.save-screen-inner-textbox-subject {
	width:300px;
	height:auto;
	float:left;
	padding-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	border:1px solid #cccccc;
}
