.new_or_existing_holder h2
{
  font-weight: normal;
  font-size: 1.3em;
  margin-bottom: 1em;
}

.new_or_existing_holder .create_new_column
{
  float: left;
  width: 280px;
  padding-right: 20px;
}

.new_or_existing_holder input.clipboard_name
{
  width: 12em;
}

.new_or_existing_holder .add_to_existing
{
  float: right;
  width: 379px;
  border-left: 1px solid #777777;
  padding-left: 20px;
}

.new_or_existing_holder
{
  color: #555555;
 	width: 700px;
  margin: 0 auto;
}

.new_or_existing_holder p
{
  line-height: 1.1;
  margin-bottom: 1em;
}

.new_or_existing_holder .dialog
{
	width: 700px;	
	position: absolute;
	left: 180px;
}

.new_or_existing_holder .clipboard_errors
{
	font-weight: bold;
	color: red;
}