/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/****************************************************************
 
	Element: Form
	
****************************************************************/
#form{
padding: 10px;
}
#form td{
padding: 0 2px 5px 2px;
}
#form label{
display:block;
font-size:13px;
padding-bottom:3px;
font-weight:bold;
}
/* Messages */
#error{      
margin: 0 0 10px 0;
padding: 5px;
border: solid 1px #dd3c10;
background: #ffebe8;
}

#error p{	
text-align:left;  
font-weight: normal;
font-size: 14px;
padding: 5px;
}
/* form button styles */
.submit{
font-size:20px;
width:200px;
height:33px;
cursor:pointer;
color:#FFFFFF;
font-weight:bold;
padding: 2px 2px;
border: 0px;
background:#339900;
}
.cancel{
font-size:14px;
width:100px;
height:26px;
cursor:pointer;
color:#FFFFFF;
font-weight:bold;
padding: 2px 2px;
border: 0px;
background:#666666 ;
}
.delete{
cursor:pointer;
color:#FFFFFF;
font-weight:bold;
font-family:Arial;
font-size:10px;
padding: 1px 3px;
border:0px;
background:#FF0000;
}
.attachment{
font-size:14px;
width:150px;
height:26px;
cursor:pointer;
color:#FFFFFF;
font-weight:bold;
padding: 2px 2px;
border: 0px;
background:#006699 ;
}
