/*************************************
   WELCOME TO THE CUSTOM STYLESHEET
--------------------------------------
              style.css
        BlueTrip CSS Framework
    Put your custom styles in here.
***************************************/

/**************************************/
/*           COLOR SCHEME             */
/**************************************
- black		#000
- white		#fff
-           #
-           #
-           #
***************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body {background-color:#fbfbfb;}

/**************************************/
/*              HEADER                */
/**************************************/
.headertool {text-align:right;}


/**************************************/
/*             NAVIGATION             */
/**************************************/



/**************************************/
/*            MAIN CONTENT            */
/**************************************/
ins, dfn { border-bottom: 0px solid #ccc; }
.divbottom {margin-bottom:20px;}
.list-com-img {
	display:inline;
	vertical-align: text-bottom;
	border:0;
	cursor:pointer;
	margin-left:5px;
}
.hidden {display:none;}

/** mail form **/
.mail_form_label {width: 85px;
display: inline-block;
text-align: right;vertical-align: top;
padding-top: 4px;}
#mail_to {width:250px;}
#mail_from {width:250px;}
#mail_subject {width:450px;}
#mail_body {width:450px;height:300px;}


/**************************************/
/*               FOOTER               */
/**************************************/

