/** Forms **/
form {
  margin: 0px auto;
	padding: 0;
	width: 95%;
}
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	
	margin-bottom: 1em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	margin-top: 10px;
  
}
label {
	display: block;
	font-size: 100%;
  font-weight: bold;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	border: 1px solid #D2D2D2; 
  background : white  url('../img/input_bg_slice.jpg') repeat-x  0px -15px;
	font-family: tahoma;
  font-size: 11px;
	padding: 5px;
	width:98%;
  resize:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
select {
	clear: both;
	border: 1px solid #D2D2D2; 
  background : url('../img/input_bg_slice.jpg') repeat-x  0px -15px;
	font-family: tahoma;
  font-size: 12px;
	padding: 3px;
	width:50%;
  resize:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 12px;
  padding: 0px 10px;
  
}
optgroup{
  	font-size: 12px;
    font-weight: bold;
    font-family: tahoma;
  	
    font-style: normal; 
} 
input[type=checkbox] {
	
	margin: 0px 7px 0px 7px;
  vertical-align: middle;
	width: auto;
}
div.checkbox label {
	display: inline;
  
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
   
}
form .submit input{
 _width: 50px;
}
form .submit input[type=submit] {
  
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	color: #000;
	text-shadow: #8cee7c 0px 1px 0px;
}
form .submit input[type=submit]:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}

form .error-message{
  display: block;
  background: url(../img/icons/error.png) no-repeat 99% 50%;
  padding: 4px 30px;
  font-size: 10px;
  color: red;
}
form .HidePart{
  display: none;
}



#search-form{
   margin: 10px 30px;
   
}
#search-form select{
  width: 100%;
}
#search-form div.input ,#search-form div.submit{
  display: inline-block;
  margin: 0px 20px;
  vertical-align: bottom;
}

.ClipForm{
  width: 500px;
  display: block;
  float: right;
}

.ClipPreview{
  width: 400px;
  display: block;
  float: left;
}