
div.teslaTab
{
	width: 100%;
	display: table;
}

div.teslaCell
{
	display: table-cell;
	vertical-align: top;
	_border: 1px solid #BFBFBF;
	padding: 5px;
	vertical-align: middle;
}

form input[type=submit]
{
	width: 170px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;

	background: radial-gradient(ellipse at center, #f0f9ff 0%,#bfdfff 100%);
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #333;
	text-shadow: 1px 1px 1px #fff;
}
form input[type=submit]:hover
{
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #bbb;
}

form input[type=text], form select
{
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 3px;
	border-radius: 3px;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #333;
}

b
{
	color: #073;
}

.middle
{
	vertical-align: middle !important;
}

.contentShowSet, .linkShowSet, .saveSet
{
	padding: 5px;
	border: 1px solid #BFBFBF;
	text-align: center;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
	text-shadow: 1px 1px 1px #fff;
	cursor: pointer;
}
img.longButton:hover, .contentShowSet:hover, .linkShowSet:hover, .saveSet:hover
{
	background-color: #def;
	background: radial-gradient(ellipse at center, #f0f9ff 0%,#bfdfff 100%);
}

.contentShowSet, .linkShowSet, .saveSet
{
	width: auto;
	margin-left: 3px;
	text-align: center;
}
.contentShow, .linkShow
{
	display: none;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 2px 1px 15px 2px;
	border-radius: 3px;
}
.linkShow
{
	text-align: center;
	padding-top: 17px;
	background: radial-gradient(ellipse at center, #ffffff 0%,#f5f5f5 100%);
	text-shadow: 1px 1px 1px #fff;
}
.linkShow input
{
	width: 645px;
	margin-top: 7px;
	padding: 5px;
	font-family: Arial;
	font-size: 13px;
	color: #08e;
	border: 1px solid #bcd;
	text-shadow: 1px 1px 1px #fff;
	border-radius: 3px;
}

#extended
{
	color: #89a;
	border-bottom: 1px dotted #89a;
	cursor: pointer;
}
#extended:hover
{
	color: #345;
	border-bottom: 1px dotted #345;
}
#extendedShow
{
	display: none;
}
