
#formArticle {
  width:100%; 
}
#formArticle td.td1 {
  width:150px;
}
#formArticle td.td2 .txtinput {
  width:330px; 
}

#formArticle td {
  font-family:'Open Sans', Arial;
  font-weight:300;
  font-size:14px;
  color:#4f4f4f;
  text-align:left;
  vertical-align:middle;
  padding-bottom:10px;
}
#formArticle label,
#formArticle p {
  font-family:'Open Sans', Arial;
  font-weight:300;
  font-size:14px;
  color:#4f4f4f;
  text-align:left;
  display:inline-block;
  line-height:32px;
  margin:0px;
}
#formArticle .chkinput {
  width:25px;
  height:25px;
  display:block;
  border:solid 1px #b8b8b8;
  float:left;
  margin-right:15px;
  margin-top: 5px;
}


/** the form elements **/
#ttgps-form { box-sizing: border-box; }

#ttgps-form .txtinput, #ttgps-form textarea { 
	display: block;
  border:solid 1px #b8b8b8;
	padding: 7px 25px;
	padding-left: 25px;
	width: 100%;
  font-family:'Open Sans', Arial;
  font-weight:300;
  font-size:14px;
  line-height:18px;
  color:#4f4f4f;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#ttgps-form .txtinput:focus, #ttgps-form textarea:focus { 
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}

/*#ttgps-form input#title {
	background: #fff url('images/title.png') 5px 4px no-repeat;
}
#ttgps-form input#tags {
	background: #fff url('images/tags.png') 5px 4px no-repeat;
	margin-bottom: 50px;
}
#ttgps-form input#author {
	background: #fff url('images/user.png') 5px 4px no-repeat;
}
#ttgps-form input#email {
	background: #fff url('images/email.png') 5px 4px no-repeat;
}
#ttgps-form input#site {
	background: #fff url('images/website.png') 5px 4px no-repeat;
}
#ttgps-form textarea.txtblock {
	background: #fff url('images/speech.png') 5px 4px no-repeat;
}*/
#ttgps-form input#code {
	/*height: 45px;
	margin-top: 0px;
	font-size: 25px;*/
  
  border: 1px solid #b8b8b8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  color: #4f4f4f;
  display: block;
  font-family: "Open Sans",Arial;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  padding: 7px 25px;
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  width: 200px;
  margin:15px 0 0 0;
}



#ttgps-form #aligned { 
	box-sizing: border-box; 
	float: left; 
	width: 90%; 
	margin-right: 50px; 
}

#wrapping { width: 95%; box-sizing: border-box; }

select#catdrp{
	font-size: 1.25em;
	color: #777;
	padding: 9px !important;
	border: 1px solid #dedede;
	width: 250px;
	margin-bottom: 20px;
}

/** custom buttons **/

#buttons { display: block; padding-top: 10px; }

#buttons #resetbtn, #buttons #submitbtn{
	display: block;
	float: left;
	height: 3em;
	padding: 0 1em;
	white-space: nowrap;
	word-wrap: normal;
	vertical-align: middle;
	cursor: pointer;
	outline: 0;
	font-weight: bold;
	font-size: 1.3em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}

#buttons #resetbtn {	
	margin-right: 20px;
	border: 1px solid #969696;
	box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	text-shadow: -1px 1px 0px #fff;
	color: #515151;
	background-color: #fff;
	background-image: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(240,240,240)), color-stop(100%,rgb(222,222,222)));
	background-image: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);
	background-image: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);
	background-image: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);
	background-image: linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
}

#buttons #submitbtn {
  text-transform:uppercase;
	color:  #fff;
  font-size:24px;
  font-family:'Open Sans', Arial;
	background-color:#ac8c33;
  width:285px;
  height:65px;
  display:block;
  text-align:center;
  border-radius:4px;
  padding:0px;
  border:none;
  margin:0 0 0 160px;
}
#buttons #submitbtn:hover {
  opacity:0.9; 
}

#buttons #resetbtn:hover {
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
	color: #818181;
	background-color: #fff;
	background-image: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(244,244,244) 2%, rgb(229,229,229) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(244,244,244)), color-stop(100%,rgb(229,229,229)));
	background-image: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%);background-image: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); background-image: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); background-image: linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	border-color: #aeaeae;
	box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
}


img#captcha-code{
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}

.featured-img {
	padding: 8px 75px 8px 5px;
	margin-bottom: 20px;
  width:100%;
	position: relative;
	overflow: hidden;
}
.featured-img span.choisir {
  font-family:'Open Sans', Arial;
  font-weight:300;
  font-size:14px;
  color:#FFF;
  background:#606060;
  width:190px;
  height:35px;
  line-height:35px;
  text-align:center;
  display:inline-block;
  float:left;
  margin-right:15px;
}
.featured-img span.selected {
  float:left;
  border:solid 1px #b8b8b8;
  padding:8px 20px 8px 20px;
}

#featured-img {
  
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	/*filter: alpha(opacity=0);*/
}

#formArticle #fi-title{
	background: url(../../themes/aude/img/picto-photo.png) 5px 4px no-repeat;
	margin: 20px 0 20px 0;
	padding: 0 0 0 50px;
  font-family:'Open Sans', Arial;
  font-weight:600;
  font-size:18px;
  color:#ac8c33;
	width: 100%;
}

.form-table td, .form-table th{
    padding: 5px 20px 10px 0px;
    font-size: 12px;
    font-weight: normal;
    font-family: "Arial";
}
.form-table td select{
	height: 25px;
}

.form-table td input, .form-table td select{
    font-size: 12px;
}

.button-primary#ttgps{
    margin-top: 20px;
}

.message-box {
	margin: 8px 8px 8px 0;
	text-align: center;
	background-color: #808080;
	border-radius: 3px;
	color: #FFF;
	font-weight: bold;
	box-shadow: 1px 3px 5px #CFCFCF;
}