@CHARSET "UTF-8";

.wp_gmaps2 {
	background-image: url("../img/wp_gmaps.png");
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px dotted #00FF00;
}
#separators_table td {
	border-top: 1px dotted #000000;
	border-left: 1px dotted #000000;
	text-align: center;
}

#separators_table th {
	border-left: 1px dotted #000000;
	text-align: center;
	height: 15px;
	padding: 0;
	margin: 0;
}

#separators_table td:first-child, #separators_table th:first-child  {
	border-left: none;
}

#separators_table input, #separators_table textarea {
	height: 50px;
}

.dtable td{
	border-left: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
}

.dtable td:first-child{
	border-left: none;
	border-top: none;
}

.minimalSizedLabel{
	text-align:right;
}
.minimalSizedWithPadding{
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}
.minimalSizedLabel, .minimalSizedWithPadding, .minimalSized{
	width:1px;
	white-space:nowrap;
}