body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #333;
}
.green {
	color: #80c3fc;
}
.red{
	color:#FC6
}

h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif ;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

h4 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #F60;
}
.orange {
	color: #ff6600;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

.img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a:hover {
	color: #333;
}
/*////////////////////////////////////////////////////////////////////////////////*/
#page_container {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding: 5px;
	width: 526px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	line-height: 20px;
	color: #FFF;
}
#page_container h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border: 1px dotted #999;
	padding: 5px;
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	text-align: center;
}

#page_container h4 {
	margin: 0px;
	padding: 0px;
	color: #FC6;
	font-size: 14px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}

/*/////////////////////////////////////////////////////////////////*/
#comment_title {
	margin-bottom: 10px;
}
#requried {
	color: #F00;
}
#contact_info {
	width: 500px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.company_name {
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
}


#address {
	font-size: 12px;
	text-align: justify;
	border: 1px dashed #999;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#address p {
	margin-top: 10px;
}


.address_img {
	border:1px solid #EAE9E9;
	padding:4px;
	background-color: #FFF;
	float: right;
	margin: 5px;
}

#addcomment_bar {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}


#person_icon {
	margin: 10px;
	width: 80px;
	padding: 0px;
	float: right;
	list-style-type: none;
}
.perosnal_img {
	border:1px solid #EAE9E9;
	padding:4px;
	background-color: #FFF;

}

#comments_form fieldset {
	border: 1px none #CCC;
}
#comments_form input.button {
	-x-system-font:none;
	border:medium none;
	font-family:Tahoma;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:4px;
	border:medium none;
	color:#FFFFFF;
	width: 100px;
	background-image: url(../images/submitbg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	height: 26px;
	background-color: #333;
}
#portal_element fieldset#comment_text {
	float: right;
	width: 70%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	border: 1px solid  #DEDDD5;
	padding: 5px;
	min-height:135px;
	position: relative;
}
.arrow_pic {
	position: absolute;
	top: 50px;
	right: -17px;
}



#person_icon li {
	margin-top: 5px;
	margin-bottom: 5px;
}
#comments_form {
	position: relative;
	width: 500px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#comments_form fieldset input {
	padding: 4px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 10%;
	width: 80%;
	height: 16px;
	border: 1px solid #999;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	background-color: #666;
	color: #FFF;
}

#comments_form fieldset textarea {
	width: 80%;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10%;
	height: 150px;
	border: 1px solid #999;
	background-color: #666;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#buttons_bar {
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: auto;
}
#comments_add {
	width: 600px;
}
#error_messege {
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	color: #F00;
}
#contact_warp {
	top: 0px;
	right: 0px;
	text-align: center;
}

/*////////////////////////////////////////////////////////////////*/
#list li img {
	float: right;
	background-color: #333;
	padding: 5px;
	border: 1px solid #999;
	margin: 10px;
}
#list li {
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#list li div {
	padding-top: 15px;
}


/*/////////////////////////////*/

#list2 li img {
	float: right;
	background-color: #333;
	padding: 5px;
	border: 1px solid #999;
	margin: 10px;
}
#list2 li {
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	width: 250px;
	float: right;
	margin-right: 10px;
}
#list2 li div {
	padding-top: 15px;
	font-size: 9pt;
}
#list2 li div p {
	font-size: 11px;
	color: #6CF;
}
#page_container table tr th {
	background-color: #666;
}
#page_container table tr td {
	border: 1px dashed #999;
}
#page_container #aside {
	float: right;
	width: 250px;
}
#page_container #anotherside {
	float: left;
}
#page_container #anotherside li {
	padding-top: 30px;
}
