/**
 * Actions: input buttons and throbber.
 */

.textfield {
  background: transparent url(../img/input-bg.png) bottom left repeat-x;
  padding: 0.25em 0.5em;
  border: 1px solid #ccc;
  background-color:White;
}
select {
  padding: 0.25em;
  border: 1px solid #ccc;
}
.textfield:focus, .textfield:hover, select:focus, select:hover {
  border: 1px solid #aaa;
}

form.button-to, form.button {
  display: inline;
}
form.button-to div, form.button div {
  display: inline;
}
form.button-to input, form.button input, input.button {
  cursor: pointer;
  border: outset 1px #ccc;
  background: #999;
  color: #444;
  padding: 0.1em 0.2em 0.1em 0.2em;
  margin: 0 0.2em 0 0.2em;
  background: url(../img/submit.gif) repeat-x left top;
  text-decoration: none;
  font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
}
form input[type=submit][disabled] {
  color: #ccc;
  cursor: default;
}

.Sample7PageUpdateProgress
{
	background-color:#CF4342;
	color:#fff;
	width: 250px;
	text-align: center;
	vertical-align: middle;
}

.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%
	
}