/* Changes to global template
---------------------------------*/
body.secondary #content {
	padding: 60px 40px 60px 20px;
	width: 570px;
}

h2 {
	float: left;
}

/* Paint problems
---------------------------------*/
#paint-problem {
	background-color: #E7EDE4;
	clear: both;
	color: #424341;
	float: left;
	padding: 15px;
	position: relative;
	width: 540px;
}

#paint-problem dd.problem-type {
	font-size: 130%;
	margin-bottom: 1em;
}

#paint-problem dt {
	float: left;
	width: 220px;
	border: 1px solid #999;
	overflow: hidden;
}

#paint-problem dd.problem-type,
#paint-problem dd.summary {
	float: right;
	width: 300px;
}

#paint-problem dd.description {
	float: left;
	clear: both;
	width: 100%;
}

/* Problem browser
---------------------------------*/
#problem-browser {
	float: right;
	margin-bottom: 1em;
	width:345px;
}

body.secondary #problem-browser p {
	float: left;
	margin: 0pt 1em 0pt 0pt;
}

#problem-select {
	float: left;
}

#problem-select fieldset {
	border: none;
}

#problem-select #location {
	border: 1px solid #B7B7B7;
	float: left;
	font-size: 100%;
	padding: 1px;
	width:152px;
}

#problem-select #problem-submit {
	border: 1px solid #999999;
	float: left;
	font-size: 100%;
	margin-left: 0.5em;
	padding: 1px 3px;
}


#photo-credit {
	width:220px;
	font-size:0.6em;
	margin:-45px 0pt 0pt 2px;


}

/* IE Hacks
---------------------------------*/
* html #problem-select #location {
	width:142px;
}

*+html #problem-select #location {
	width:142px;
}

