/*-------------------------------------------------------------------

Filename: request.css
Description: 杜耳官網 索取DVD css style
Version: 1.0
Website: http://www.dore.com.tw
Author: Matt Kan

Page width: 975px

--------Readme Begin------------------------------------------------------*/

/*****Reset*****/
/*Remove margin and padding from elements*/

/*****Basic Elements*****/
/*Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc*/

/*****Generic Classes*****/
/*Define styles for general use like floating to the sides, etc*/

/*****Basic Layout*****/  
/*Define the basic template: header, footer, etc. Elements that help to define the basic layout of the site*/

/*****Header*****/
/*Define all elements in the header*/

/*****Navigation*****/
/*Define all elements in the navigation menu*/

/*****Content*****/
/*Define all elements in the content area*/

/*****Footer*****/
/*Define all elements in the footer*/

/*****Etc*****/
/*Define anything else*/

/*-------Readme End--------------------------------------------------------*/

@charset "utf-8";

#_BasicElements {}

#_GenericClasses {}

#_BasicLayout {}

#request .detail h2 {
	padding:0;
	margin:7px auto;
	}

#request .detail img.float_l {
	float:left;
	margin:0 14px 0 0;
	}

#request .detail img.float_r {
	float:right;
	margin:0 0 0 14px;
	}

#request .detail ol li {
	color:#777;
	list-style:decimal inside;
	}

#request .detail ol li span {
	color:black;
	}

#request .detail p {
	margin-bottom:14px;
	}

#request .detail table td {
	color:#777;
	padding:5px;
	}

#request form {
	margin:0;
	padding:0;
	}

#request form.leads label {
	display:block;
	padding-top:14px;
	}

#request form.leads label.inline {
	display:inline;
	}

#request form.leads label.first {
	padding-top:0;
	}

#request form.leads fieldset {
	border:1px #777 dotted;
	color:#777;
	margin:35px 0 14px 0;
	padding:14px;
	position:relative;
	}

#request form.leads legend span {
	background:white;
	color:#ff7300;
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	top:-25px;left:0px;
	}

#request .notice {
	color:red;
	}

#request span.astrid {
	color:red;
	padding-right:5px;
	}

#request form.leads input#zipcode {
	width:6em;
	}

#request form.leads input#street {
	width:360px;
	}

#_Etc {}
