/* You can modify the appearance of the form here. In later versions you will
   be able to modify this from within Wordpress and possible chose from a 
   number of defaults. */

.tdomf_form {
}
input{
}
.tdomf_form fieldset {
 border: 0px;
}
.tdomf_form label {
 }
.tdomf_form .required {
}
.tdomf_form fieldset {
 text-align: left;
 width: 100%;
 padding-top: 5px;
 padding-bottom: 5px;
}
.tdomf_form fieldset legend {
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-left: 0px;
}
.tdomf_form_preview {
 border: 1px dotted black;
 padding: 5px;
 margin: 5px;
 margin-bottom: 20px;
}
.tdomf_form_preview p {
 margin-left: 15px;
}
.tdomf_form_message {
 padding: 5px;
 margin: 5px;
 margin-bottom: 20px;
 text-align: left;
}
#tdomf_upload_inline_form {
 text-align: left;
 background-color: white;
 width: 100%;
 height: 100%;
}
#tdomf_upload_inline_form .required {
 font-weight: bold;
}
.tdomf_upload_inline_errors {
 color: red;
}

ul.tdomf_category_checklist, ul.tdomf_category_children {
 list-style-type: none; 
}

.tdomf_buttons {
  text-align: left;
}
.tdomf_buttons td {
 width: 10px;
}

/* Formatting the QuickTag toolbar */

#ed_toolbar input {
 /*padding: 0px;
 margin: 2px;
 margin-bottom: 0px;
 margin-top: 10px;*/
}
#ed_toolbar input:hover {
 /*padding: 0px;*/
}
#ed_bold {
 font-weight:bold;
}
#ed_italic {
 font-style:italic;
}
#ed_link, #ed_ext_link {
 color:blue;
 text-decoration: underline;
}
#ed_under {
 text-decoration: underline;
}
#ed_strike {
 text-decoration: line-through;
}

/* Required for AJAX progress display */

.tdomf_shadow {
    background: black;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
}

.hidden {
    display: none;
}

.progress {
    position: absolute;
    display: block;
    background: #f9fcfe;
    padding: 5px;
}
.wrap {}
.container {

	width:600px;
}

.current-site { width:17px; height:11px; overflow:hidden; position:absolute; text-indent:-9999px;  background:url(current_ico.gif) no-repeat; top:34px; left:50%; margin-left:-6px;}

#feedbackbox {
	width:590px;
	color:#0E6DBC;
	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
#feedbackbox h2 {
	color:#FFFFFF;
	text-align:left;
	font-size:12px;
	margin-right:5px;
	margin-left:5px;
	font-weight:normal;
	background-color:#F60;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#feedbackbox .con{

}
.box-top,.box-fot{ height:9px; width:660px; overflow:hidden; background:url(box_top.gif) -1px 0 no-repeat;}
.box-fot{background:url(box_bot.gif) -1px 0 no-repeat;}
#feedbackbox ul {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
	list-style-type: none;
}
#feedbackbox ul li{
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
/*#feedbackbox ul:hover,#feedbackbox ul.hover { background-color:#D1E4FF;} */

label { font-size:14px; font-weight:bold;  cursor:pointer;}
input.int,textarea.int {
	border:1px solid #91B6E8;
	padding:5px 3px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}

input.int{ width:240px; margin-top:5px;}
textarea.int {
	width:500px;
	height:150px;
}
input.btn {
	padding:0;
	height:28px;
	margin-bottom:5px;
	line-height:28px;
	width:85px;
	border:1px solid #1663AE;
	color:#06C;
	font-weight:bold;
	cursor:pointer;
	float:right;
	margin-right:10px;
	margin-top:-15px;
	background-image: url(btn_bg.gif);
	background-repeat: repeat-x;
	background-color: #9CC;
}

.form-fot { margin:0 10px;}
#feedbackbox ul.safecode:hover { background:none; }



