@charset "UTF-8";

.red{
	color:#f00;}

article h1{
	width:960px;
	height:33px;
	line-height:18px;
	font-size:20px;
	padding-left:19px;
	background-image:url(../images/title_bg.gif);
	background-repeat:no-repeat}
	
article p{
	margin:20px auto 45px;
	font-size:14px;}

.myform{
	width:600px;
	margin:0 auto 45px;
	font-size:14px;
	border:1px #FF9444 solid;
	border-top:20px #FF9444 solid;
	padding:30px;
	border-radius:5px;
	box-shadow:1px 1px 3px #999;}
	
#myform p{
	overflow:hidden;
	margin-bottom:15px;}
	
.myform img{width:150px;}

.left{
	display:block;
	width:250px;
	float:left;}
	
p.center{
	text-align:center;}	
@media only screen and (min-with:960px){}
@media only screen and (min-width:600px) and (max-width:959px){
	.myform{
		width:80%;
		}}
@media only screen and (max-width:599px){
	.myform{
		width:70%;
	}
	}