#sources #snow form {
	background: #fafaf2 url('/images/gradient.png') repeat-x scroll center top;
	width: 600px;
	margin: 50px auto 73px auto;
	text-align: left;
	position: relative;
	border: 2px solid #d6d6c4;
	padding: 60px 20px 70px 20px;
}

#sources #snow form#add {
	padding-bottom: 10px;
}

#sources form h1 {
	position: absolute;
	top: -52px;
	left: 10px;
	display: block;
	width: 620px;
	height: 120px;
	color: #bf0000;
	text-align: center;
	font-size: 2.4em;
	line-height: 1.3em;
	text-indent: -9999px;
}

#sources form h1.photo_sources {
	background: transparent url('/images/photo_sources.png') no-repeat scroll center;
}

#sources form h1.add_your_photos {
	background: transparent url('/images/add_your_photos.png') no-repeat scroll center;
}

#sources form h1.edit_photo_source {
	background: transparent url('/images/edit_photo_source.png') no-repeat scroll center;
}

#sources form h2 {
	color: #333333;
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 1em 0;
}

#sources form .banner {
	background-color: #ffffcc;
	border-top: 3px double #aca07f;
	border-bottom: 3px double #aca07f;
	margin: -20px -20px 0 -20px;
	padding: 25px 20px;
	text-align: center;
	color: #666633;
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.4em;
}

#sources form .banner a {
	color: #666633;
	font-style: italic;
	font-weight: bold;
}

#sources #snow #source_list {
	background-color: #dddddd;
	width: 598px;
	margin-top: 20px;
	border: 1px solid #aaaaaa;
	/*CSS3 properties*/
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	-icab-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#sources #snow #source_list table td{
	background-color: #ffffff;
	border-top: #aaaaaa 1px solid;
	border-bottom: #aaaaaa 1px solid;
}

#sources #snow table {
	width: 598px;
	border-collapse: collapse;
}

#sources #snow tr {
	border-bottom: 1px solid #aaaaaa;
}

#sources #snow tr.source, #sources #snow tr.no_sources {
	background-color: #ffffff;
}

#sources #snow tr.source:hover {
	background-color: #f5f5f5;
}

#sources #snow th {
	padding: 4px;
}

#sources #snow th em {
	font-size: 0.9em;;
}

#sources #snow th.source {
	width: 96px;
}

#sources #snow th.type {
	width: auto;
}

#sources #snow th.photos {
	width: 120px;
}

#sources #snow th.people {
	width: 120px;
}
#sources #snow th.options {
	width: 70px;
}

#sources #snow td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4em;
}

#sources #snow tr.no_sources td {
	padding: 50px 10px;
	line-height: 1.8em;
}

#sources #snow th, #sources #snow td {
	font-size: 1.2em;
	font-weight: bold;
	border-left: 1px solid #aaaaaa;
}

#sources #snow tr > th:first-child, #sources #snow tr > td:first-child {
	border-left: none;
}

#sources #snow td img {
	display: block;
}

#sources #snow td span.options {
	color: #737373;
	font-weight: normal;
}

#sources #snow td span.options a {
	color: inherit;
	font-style: italic;
}

#sources #snow td span.options a:hover {
	color: #333333;
}

#sources #snow td strong {
	font-size: 1.8em;
	color: #333333;
}

#sources #snow tr.no_sources td strong {
	color: #999999;
}

#sources #snow td em {
	font-weight: normal;
	color: #999999;
}

#sources #snow #source_list #notes {
	height: 20px;
	padding: 0 4px;
	font-size: 1.1em;
	line-height: 1.8em;
	color: #737373;
}

#sources form #select_source {
	padding: 10px 30px;
	text-align: center;
}

#sources form#add fieldset.multi_select {
	padding: 20px 40px;
	display: none;
}

#sources form #accept {
	background: #ffffff;
	border: 1px solid #aaaaaa;
	margin-top: 30px;
	/*CSS3 properties*/
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-o-border-radius: 6px;
	-icab-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#sources form .multi_select div {
	border: 1px solid #fafaf2;
}

#sources form .multi_select div.selected {
	background-color: #ffffff;
}

#sources img.source {
	margin: 20px;
	padding: 10px;
	width: 96px;
	height: 71px;
	border: 2px solid #fafaf2;
	/*CSS3 properties*/
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	-icab-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#sources img.source.disabled {
	opacity: 0.2;
}

#sources img.source:hover {
	border: 2px solid #aca07f;
	cursor: pointer;
}

#sources img.source.disabled:hover {
	border: 2px solid #fafaf2;
	cursor: default;
}

#sources #content form#add .control {
	display: none;
}
