html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*color:#333333;*/
/*	font-size: 100%;
	vertical-align: baseline; */
	background: transparent;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif;
}
body {
	line-height: 1;
	padding-top:5px;
	padding-left:5px;
	color:#333333;
	font-size:medium;
}
p{
	font-size:14px;
	margin-top: 10px;
	margin-bottom:	10px;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration:none;
	color:#333333;
}

a:hover{
	color:black;
}
h3{
	padding-top:30px;
	margin-bottom:7px;
	border-bottom:1px dotted #aaaaaa;
	font-size:15px;
}
/* remember to define focus styles! */
/*
:focus {
	outline: 0;
}
*/
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Tables used on comment.php and option/setting pages */

label{
	font-size:13px;
	color:#333333;
}

.form-table {
	border-collapse: collapse;
	margin-top: 0.5em;
	width: 100%;
	margin-bottom: -8px;
	clear: both;
}

.form-table td,
#wpbody-content .describe td {
	margin-bottom: 9px;
	padding: 4px 10px 4px;
	/*line-height: 20px;*/
	font-size: 15px;
}

.form-table th,
.form-wrap label {
	font-weight: normal;
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}

.form-table th,
#wpbody-content .describe th {
	vertical-align: top;
	text-align: left;
	padding: 3px;
	width: 200px;
}

.form-table th.th-full {
	width: auto;
}

/*.form-table input,
.form-table textarea,
#wpbody-content .describe input,
#wpbody-content .describe textarea {
	border-width: 1px;
	border-style: solid;
}*/

.form-table div.color-option {
	display: block;
	clear: both;
	margin-top: 12px;
}

.form-table input.tog {
	margin-top: 2px;
	margin-right: 2px;
	float: left;
}

.form-table table.color-palette {
	vertical-align: bottom;
	float: left;
	margin: -8px 3px 8px;
}

.form-table .color-palette td {
	border-width: 1px 1px 0;
	border-stile: solid solid none;
	height: 10px;
	line-height: 10px;
	width: 10px;
}

textarea.large-text {
	width: 99%;
}

.form-table input.regular-text {
	width: 325px;
}

.form-table input.small-text {
	width: 50px;
}

#profile-page .form-table textarea {
	width: 500px;
	margin-bottom: 6px;
}

#profile-page .form-table input[type=text] {
	width: 300px;
}

#profile-page .form-table #rich_editing {
	margin-right: 5px
}

.form-table .pre {
	padding: 8px;
	margin: 0;
}

.pre {
	/* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

table.form-table td .updated {
	font-size: 13px;
}
small{
	font-size: 10px;
}
body {
	color: #333333;
	font-size:15px;
	/*background-color:#fffef2;*/
	font-family : 		Arial, sans-serif;
}
.catego {
	padding-top:	20px;
	font-size:	12px;
	font-weight:	bold;
	text-align:	left;
}
.catego a {
	color:		#333333;
	text-decoration:	none;
	font-weight:	bold;
}
.catego a:hover {
	color:		#333333;

}
.error{
	text-align:right;
	color:#333333;
	font-weight:	bold;
}

.input {
	width: 300px;
    height: 24px;
    border: 1px solid #cccccc;
    

}
.input2 {
	border: 1px solid #cccccc;
    
}
